chadlibc icon indicating copy to clipboard operation
chadlibc copied to clipboard

stdlib.h

Open d0p1s4m4 opened this issue 3 years ago • 0 comments

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

d0p1s4m4 avatar Jul 22 '21 10:07 d0p1s4m4