Main Page   Modules   Alphabetical List   Data Structures   File List   Data Fields   Globals   Related Pages  

stdlib
[LIBC]


Defines

#define _countof(a)   ( sizeof(a) / sizeof((a)[0]) )
 Count the elements from an array.

#define EXIT_FAILURE   1
 Failing exit status.

#define EXIT_SUCCESS   0

Functions

int atoi (const char *__str)
void * malloc (size_t __size)
void free (void *__ptr)

Detailed Description

Standard library operators.

Define Documentation

#define _countof      ( sizeof(a) / sizeof((a)[0]) )
 

Count the elements from an array.

Definition at line 20 of file stdlib.h.

#define EXIT_FAILURE   1
 

Failing exit status.

Definition at line 22 of file stdlib.h.

#define EXIT_SUCCESS   0
 

Definition at line 23 of file stdlib.h.


Function Documentation

int atoi const char *    __str
 

void free void *    __ptr
 

void* malloc size_t    __size
 


Generated on Fri Feb 20 15:32:22 2004 for Minirighi by doxygen1.2.18