view src/ploki/match.h @ 10137:1b62acac4ed3

<boily> learn Goats will eat and drink anything, except tea. Solain is unavailable for details.
author HackBot
date Sun, 15 Jan 2017 14:04:38 +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_ */