view src/ploki/match.h @ 7405:1cab662616fb

<b_jonas> learn wisdom.pdf is https://dl.dropboxusercontent.com/u/2023808/wisdom.pdf
author HackBot
date Sun, 17 Apr 2016 19:10:20 +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_ */