diff options
| author | Daniel C. Sobral <dcs@FreeBSD.org> | 2000-07-09 18:13:35 +0000 |
|---|---|---|
| committer | Daniel C. Sobral <dcs@FreeBSD.org> | 2000-07-09 18:13:35 +0000 |
| commit | 8ca5c256cb0a0ac117493557f3fc397f68f16759 (patch) | |
| tree | 0040ef25c9571ed345c86c7556a65e3d3ed6eed5 /lib/libc/regex/grot/stdlib.h | |
| parent | 8f9e434f46f1957eb57ef78498af5c47f2095ae8 (diff) | |
Notes
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 000000000000..7e58a4564423 --- /dev/null +++ b/lib/libc/regex/grot/stdlib.h @@ -0,0 +1,4 @@ +/* $FreeBSD$ + */ +extern char *malloc(); +extern char *realloc(); |
