view src/ploki/parse.h @ 9546:5850492cdbd6

<int-e> learn Keming is a text compression scheme popular in Word processors.
author HackBot
date Sun, 30 Oct 2016 11:20:08 +0000
parents ac0403686959
children
line wrap: on
line source

#ifndef PARSE_H_
#define PARSE_H_

#include "IO.h"
#include "text.h"

#include <stdio.h>

void parse(IO *, struct text *, size_t *);

#endif /* PARSE_H_ */