chadlibc
chadlibc copied to clipboard
stdlib.h
types
- [x] div_t
- [x] ldiv_t
macros
- [x] EXIT_FAILURE
- [x] EXIT_SUCCESS
- [x] RAND_MAX
- [ ] MB_CUR_MAX
String conversion functions
- [x] atof
- [x] atoi
- [x] atol
- [x] strtod
- [x] strtol
- [x] strtoul
Pseudo-random sequence generation functions
- [x] rand
- [x] srand
Memory management functions
- [ ] calloc
- [ ] free
- [ ] malloc
- [ ] realloc
Communication with the environment
- [x] abort
- [x] atexit
- [x] exit
- [x] getenv
- [ ] system
Searching and sorting utilities
- [ ] bsearch
- [ ] qsort
Integer arithmetic functions
- [x] abs
- [x] div
- [x] labs
- [x] ldiv
Multibyte character functions
- [ ] mblen
- [ ] mbtowc
- [ ] wctomb
Multibyte string functions
- [ ] mbstowcs
- [ ] wcstombs