view src/ploki/transmogrify.h @ 11051:a214b879f7f9

<__kerbal__> learn In CCCP, esolangs create YOU!
author HackBot
date Wed, 28 Jun 2017 23:58:29 +0000
parents ac0403686959
children
line wrap: on
line source

#ifndef TRANSMOGRIFY_H_
#define TRANSMOGRIFY_H_

#include "expr.h"
#include "text.h"

void trans_fold(struct expr **);
void transmogrify(struct text *);

#endif /* TRANSMOGRIFY_H_ */