#ifndef ARQ_H
#define ARQ_H

extern void trata_crlf (char *linha);
extern bool eh_comentario (char *linha);

#endif
