view src/ploki/deparse.h @ 12408:31f88d116b0f draft

<arseniiv> learn The password of the month is tempting in retrospect
author HackEso <hackeso@esolangs.org>
date Thu, 01 Jul 2021 07:33:49 +0100
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_ */