view src/ploki/compile.h @ 9597:ece614dcd8b6

<shachaf> learn Testing
author HackBot
date Tue, 01 Nov 2016 07:31:10 +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_ */