view src/ploki/match.h @ 11051:a214b879f7f9

<__kerbal__> learn In CCCP, esolangs create YOU!
author HackBot
date Wed, 28 Jun 2017 23:58:29 +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_ */