view src/ploki/deparse.h @ 12004:126be0a0d42a draft

<int-e> ` rm izash.c
author HackEso <hackeso@esolangs.org>
date Tue, 12 Nov 2019 00:54:11 +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_ */