view src/ploki/compile.h @ 10216:c138d5caf424

<oerjan> slwd dwfo//s/$/./
author HackBot
date Tue, 07 Feb 2017 00:06:27 +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_ */