view src/ploki/match.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 MATCH_H_
#define MATCH_H_

#include "re.h"
#include "val.h"

void do_match(struct val *, t_regex *);

#endif /* MATCH_H_ */