diff options
Diffstat (limited to 'lib/libc/regex/grot/stdlib.h')
-rw-r--r-- | lib/libc/regex/grot/stdlib.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libc/regex/grot/stdlib.h b/lib/libc/regex/grot/stdlib.h new file mode 100644 index 0000000..ae859ac --- /dev/null +++ b/lib/libc/regex/grot/stdlib.h @@ -0,0 +1,5 @@ +/* $FreeBSD$ + */ + +extern char *malloc(); +extern char *realloc(); |