diff options
Diffstat (limited to 'include/stdlib.h')
| -rw-r--r-- | include/stdlib.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/stdlib.h b/include/stdlib.h index 39b36bcb77be..96724bc2f282 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -115,6 +115,9 @@ int mbtowc __P((wchar_t *, const char *, size_t)); size_t wcstombs __P((char *, const wchar_t *, size_t)); #if !defined(_ANSI_SOURCE) && !defined(_POSIX_SOURCE) +extern char *_malloc_options; +extern void (*_malloc_message)__P((char *p1, char *p2, char *p3, char *p4)); + int putenv __P((const char *)); int setenv __P((const char *, const char *, int)); |
