view src/ploki/transmogrify.h @ 8823:5738d14f4720

<int-e> le/rn tgtgtgtg/This gizmo talks gibberish too garbled to grasp.
author HackBot
date Sat, 16 Jul 2016 19:16:54 +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_ */