diff options
Diffstat (limited to 'lib/libc/regex/grot/stdlib.h')
-rw-r--r-- | lib/libc/regex/grot/stdlib.h | 4 |
1 files changed, 4 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..7e58a45 --- /dev/null +++ b/lib/libc/regex/grot/stdlib.h @@ -0,0 +1,4 @@ +/* $FreeBSD$ + */ +extern char *malloc(); +extern char *realloc(); |