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) |
|
|
Count the elements from an array.
|
|
|
Failing exit status.
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.18