view src/ploki/compile.h @ 4571:ddc7a3effa9a

<oerjan> pastequotes fizzie
author HackBot
date Tue, 15 Apr 2014 12:23:48 +0000
parents ac0403686959
children
line wrap: on
line source

#ifndef COMPILE_H_
#define COMPILE_H_

#include "text.h"

void compile(struct text *);

#endif /* COMPILE_H_ */