view src/ploki/compile.h @ 11643:5b20ed9cfa5d draft

Manually recompile frink.
author HackEso <hackeso@esolangs.org>
date Mon, 29 Oct 2018 15:09:38 +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_ */