<cstdlib> Article 07/11/2012 In this article Remarks See Also Defines the macros traditionally defined in the Standard C library header <stdlib.h>.Copy #if <TRADITIONAL C HEADERS> #include <stdlib.h> namespace std { using ::abort; using ::abs; using ::atexit; using ::atof; using ...