main
pattern.h
1#ifndef PATTERN_H
2#define PATTERN_H
3
4char *re_comp(char *s);
5int re_exec(char *s);
6
7#endif
main
pattern.h
1#ifndef PATTERN_H
2#define PATTERN_H
3
4char *re_comp(char *s);
5int re_exec(char *s);
6
7#endif