view src/ploki/parse.h @ 11916:33100f1e5c88 draft

<b_jonas> `` perl -pi -e\'s"(jokes)"movie spoilers or $1"\' wisdom/hppavilion1
author HackEso <hackeso@esolangs.org>
date Mon, 26 Aug 2019 21:46:08 +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_ */