cstdlib — Standard library
The
cstdlib header file contains definitions for C++ for performing a variety of operations. Include
the standard header into a C++ program to
effectively include the standard header <stdlib.h> within the
std namespace.
namespace std {
#include <stdlib.h>
};