diff options
| author | Jon Santmyer <jon@jonsantmyer.com> | 2025-08-28 16:20:17 -0400 |
|---|---|---|
| committer | Jon Santmyer <jon@jonsantmyer.com> | 2025-08-28 16:20:17 -0400 |
| commit | c92305221770bb1316d026c200d569ca4e930e42 (patch) | |
| tree | bf3e496991e74bd6f2415cf156a7226729f0058b /lib/libc-headless/include/stdlib.h | |
| parent | 69f2ee15025ccedaae0308c50b7d0d400b854c5b (diff) | |
| download | jove-os-c92305221770bb1316d026c200d569ca4e930e42.tar.gz jove-os-c92305221770bb1316d026c200d569ca4e930e42.tar.bz2 jove-os-c92305221770bb1316d026c200d569ca4e930e42.zip | |
merge libc files, new init methods for libjove
Diffstat (limited to 'lib/libc-headless/include/stdlib.h')
| -rw-r--r-- | lib/libc-headless/include/stdlib.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/lib/libc-headless/include/stdlib.h b/lib/libc-headless/include/stdlib.h deleted file mode 100644 index f29cce7..0000000 --- a/lib/libc-headless/include/stdlib.h +++ /dev/null @@ -1,17 +0,0 @@ -#ifndef _STDLIB_H -#define _STDLIB_H 1 - -#include <stddef.h> - -__attribute__((noreturn)) void abort(void); -int atexit(void (*callback)(void)); - -int atoi(const char*); - -void free(void *ptr); -void *malloc(size_t size); -void *calloc(size_t nmemb, size_t size); - -char *getenv(const char *key); - -#endif |
