view src/ploki/deparse.h @ 10677:a9ec38941ec9

<rdococ> le//rn shortness//syn. "brevity"
author HackBot
date Sat, 15 Apr 2017 19:02:04 +0000
parents ac0403686959
children
line wrap: on
line source

#ifndef DEPARSE_H_
#define DEPARSE_H_

#include "text.h"

void deparse(const struct text *);

#endif /* DEPARSE_H_ */