Author Topic: why C exit() function works without stdlib.h  (Read 3527 times)

Offline nonlinearly

  • Single posting newcomer
  • *
  • Posts: 2
why C exit() function works without stdlib.h
« on: October 24, 2011, 08:21:40 pm »
Hi
I use exit() function without include the stdlib.h header that exit() belongs and the Code::Blocks compile it without any error.Why?
Thanks

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: why C exit() function works without stdlib.h
« Reply #1 on: October 24, 2011, 08:25:03 pm »
Man please read the rules of the forum!
Then read this: http://wiki.codeblocks.org/index.php?title=FAQ-General
Then read the manual for you compiler or standard library.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]