view src/ploki/compile.h @ 6695:fdcbbf75a07d

<zgrep> ` echo \'A cat is an animal with four legs. It\'s nice to pet, especially when it\'s a baby cat, called a kitten.\' > tmflry/cat
author HackBot
date Wed, 10 Feb 2016 02:20:12 +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_ */