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

stdlib.h File Reference

LIBC stdlib. More...

#include <types.h>

Go to the source code of this file.

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

LIBC stdlib.

Author:
Andrea Righi <drizzt@inwind.it>
Date:
Last update: 2003-11-05
Note:
Copyright (C) 2003 Andrea Righi

Definition in file stdlib.h.


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