view src/ploki/compile.h @ 7335:b44bc1611031

<zgrep> misle/rn @/|@| = -1
author HackBot
date Fri, 01 Apr 2016 00:06:24 +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_ */