TMP changes

This commit is contained in:
ProgramSnail 2024-11-01 23:27:19 +03:00
parent 39715334c7
commit 2c03654cca
5 changed files with 26 additions and 5 deletions

View file

@ -84,7 +84,7 @@ struct re_pattern_buffer *Lregexp(char *regexp);
int LregexpMatch(struct re_pattern_buffer *b, char *s, int pos);
void *Bstring(void *);
void *Bstring(void *p);
void *Lclone(void *p);