Long obsolete.
This commit is contained in:
parent
5b47488938
commit
7062ec4f17
11
scsh/re1.h
11
scsh/re1.h
|
@ -1,11 +0,0 @@
|
||||||
/* Exports from re1.c */
|
|
||||||
|
|
||||||
char *re_byte_len(const char *re, int *len);
|
|
||||||
char *re_compile(const char *re, s48_value target);
|
|
||||||
|
|
||||||
char *re_exec(s48_value cr, const char *string, int start,
|
|
||||||
s48_value start_vec, s48_value end_vec, int *hit);
|
|
||||||
|
|
||||||
char *re_match(const char *re, const char *string, int start,
|
|
||||||
s48_value start_vec, s48_value end_vec,
|
|
||||||
int *hit);
|
|
Loading…
Reference in New Issue