diff options
author | dcs <dcs@FreeBSD.org> | 2000-07-09 18:13:35 +0000 |
---|---|---|
committer | dcs <dcs@FreeBSD.org> | 2000-07-09 18:13:35 +0000 |
commit | c2a39d8b0975946a236fe7a7308e5c51358fa34e (patch) | |
tree | 7c1e4d8e429a6b7d748aaa238919b3e02e2aedcb /lib/libc/regex/grot/stdlib.h | |
parent | 2f86797f52c5150ce19ceca600b6ed75ccf26577 (diff) | |
download | FreeBSD-src-c2a39d8b0975946a236fe7a7308e5c51358fa34e.zip FreeBSD-src-c2a39d8b0975946a236fe7a7308e5c51358fa34e.tar.gz |
Spencer's regex(3) test code.
Obtained from: BSD/OS
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(); |