view src/ploki/parse.h @ 5376:3a375115cf75

<Jafet> ` tail -c +4 bin/cc >/tmp/cc && mv /tmp/cc bin/cc && chmod +x bin/cc
author HackBot
date Thu, 28 May 2015 21:08:39 +0000
parents ac0403686959
children
line wrap: on
line source

#ifndef PARSE_H_
#define PARSE_H_

#include "IO.h"
#include "text.h"

#include <stdio.h>

void parse(IO *, struct text *, size_t *);

#endif /* PARSE_H_ */