view src/ploki/compile.h @ 6267:95a161d66971

<tswett> echo \'They have made their last mistake. Punish them.\' > evil/960
author HackBot
date Thu, 26 Nov 2015 16:36:28 +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_ */