view src/ploki/transmogrify.h @ 10131:bbbdb09e6365

<boily> le/rn mate//Mat\xc3\xa9 is a southern hemisphere shamanist beverage that opens your inner self to the Sacred World. Its enlightened users become friendly, wishing \xe2\x80\x9cG\'day, mat\xc3\xa9!\xe2\x80\x9d to one another.
author HackBot
date Sat, 14 Jan 2017 14:02:22 +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_ */