Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stdlib.h #8

Open
21 of 34 tasks
d0p1s4m4 opened this issue Jul 22, 2021 · 0 comments
Open
21 of 34 tasks

stdlib.h #8

d0p1s4m4 opened this issue Jul 22, 2021 · 0 comments
Milestone

Comments

@d0p1s4m4
Copy link
Member

d0p1s4m4 commented Jul 22, 2021

types

  • div_t
  • ldiv_t

macros

  • EXIT_FAILURE
  • EXIT_SUCCESS
  • RAND_MAX
  • MB_CUR_MAX

String conversion functions

  • atof
  • atoi
  • atol
  • strtod
  • strtol
  • strtoul

Pseudo-random sequence generation functions

  • rand
  • srand

Memory management functions

  • calloc
  • free
  • malloc
  • realloc

Communication with the environment

  • abort
  • atexit
  • exit
  • getenv
  • system

Searching and sorting utilities

  • bsearch
  • qsort

Integer arithmetic functions

  • abs
  • div
  • labs
  • ldiv

Multibyte character functions

  • mblen
  • mbtowc
  • wctomb

Multibyte string functions

  • mbstowcs
  • wcstombs
@d0p1s4m4 d0p1s4m4 added this to the ANSI C milestone Jul 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant