view src/ploki/compile.h @ 8734:d9a9f896a549

<oerjan> learn sled <filename>//<sed script>
author HackBot
date Tue, 05 Jul 2016 04:33:37 +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_ */