view src/ploki/match.h @ 5015:a72d5a61b190

<oerjan> slashlearn fnord/? \xc2\xaf\\(\xc2\xb0\xe2\x80\x8b_o)/\xc2\xaf
author HackBot
date Fri, 03 Oct 2014 11:30:54 +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_ */