Codebase list libmawk / 7ab313a7-f14c-465a-bfe5-5a4585f9ed23/main scconfig / src / default / regex.h
7ab313a7-f14c-465a-bfe5-5a4585f9ed23/main

Tree @7ab313a7-f14c-465a-bfe5-5a4585f9ed23/main (Download .tar.gz)

regex.h @7ab313a7-f14c-465a-bfe5-5a4585f9ed23/mainraw · history · blame

#ifndef REGEX_H
#define REGEX_H

extern const char *bopat[];
extern const char *eopat[];


extern char *re_comp(const char *);
extern int re_exec(const char *);
extern void re_modw(char *);
char *re_subs_dup(char *sub);


#endif /* REGEX_H */