view src/ploki/compile.h @ 8711:15f6dc59410a

<oerjan> ` cp orenbow.c src
author HackBot
date Tue, 05 Jul 2016 03:39:31 +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_ */