view src/ploki/compile.h @ 7405:1cab662616fb

<b_jonas> learn wisdom.pdf is https://dl.dropboxusercontent.com/u/2023808/wisdom.pdf
author HackBot
date Sun, 17 Apr 2016 19:10:20 +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_ */