view ploki/match.h @ 4220:bd96abc7003f

<mauke> cd ploki && make
author HackBot
date Fri, 20 Dec 2013 22:11:09 +0000
parents 7a6bc310b732
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_ */