view src/ploki/compile.h @ 10137:1b62acac4ed3

<boily> learn Goats will eat and drink anything, except tea. Solain is unavailable for details.
author HackBot
date Sun, 15 Jan 2017 14:04:38 +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_ */