view src/ploki/compile.h @ 8823:5738d14f4720

<int-e> le/rn tgtgtgtg/This gizmo talks gibberish too garbled to grasp.
author HackBot
date Sat, 16 Jul 2016 19:16:54 +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_ */