cstdlib File Reference

#include <bits/c++config.h>
#include <cstddef>

Go to the source code of this file.

Namespaces

namespace  std

Defines

#define _GLIBCXX_CSTDLIB   1
#define EXIT_SUCCESS   0
#define EXIT_FAILURE   1

Functions

void std::abort (void)
int std::atexit (void(*)())
void std::exit (int)


Detailed Description

This is a Standard C++ Library file. You should include this file in your programs, rather than any of the "*.h" implementation files.

This is the C++ version of the Standard C Library header stdlib.h, and its contents are (mostly) the same as that header, but are all contained in the namespace std (except for names which are defined as macros in C).

Definition in file cstdlib.


Define Documentation

#define _GLIBCXX_CSTDLIB   1

Definition at line 46 of file cstdlib.

#define EXIT_FAILURE   1

Definition at line 60 of file cstdlib.

#define EXIT_SUCCESS   0

Definition at line 59 of file cstdlib.


Generated on Tue Feb 2 16:57:15 2010 for GNU C++ STL by  doxygen 1.4.7