view src/ploki/compile.h @ 10500:2faa723f74d5

<int-e> forget delve
author HackBot
date Fri, 24 Mar 2017 12:39:43 +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_ */