Twise Random

A site about computer science .
Skip to content
  • apple
  • android
  • c
  • cpp
  • data structure and algorithms
  • macos
  • python
  • tutorials

Tag: exit(0) vs exit(1)

What is the c exit function ?

Posted on October 29, 2020March 23, 2021 by mohamad wael

The exit function is part of the c standard library , and is defined in the stdlib.h header .

The stdlib.h define some types , macros , and it contains general utility functions , to perform numerical conversion , generate … Read More

stdlib c, exit, exit(0) vs exit(1), stdlib