: The header
<cstdlib> assuredly
provides its declarations and definitions within the namespace
std. It may also provide these names within the
global namespace
. The header
<stdlib.h>
assuredly provides the same declarations and definitions within
the global namespace,
much as in the C Standard
. It may also provide these names within
the namespace
std. —
end example