#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <time.h>
Go to the source code of this file.
|
| #define | OS_OTHER |
| |
| #define | strchr index |
| |
| #define | strrchr rindex |
| |
| #define | memcpy(d, s, n) bcopy ((s), (d), (n)) |
| |
| #define | memmove(d, s, n) bcopy ((s), (d), (n)) |
| |
| #define | __bool_true_false_are_defined 1 |
| |
| #define | true 1 |
| |
| #define | false 0 |
| |
| #define | WEXITSTATUS(stat_val) ((unsigned int)(stat_val) >> 8) |
| |
| #define | WIFEXITED(stat_val) (((stat_val) & 255) == 0) |
| |
| #define | isblank(c) ((c) == ' ' || (c) == '\t') |
| |
| #define | ZE_FUNCTION __FILE__ |
| |
| #define | ZE_PRETTY_FUNCTION __FILE__ |
| |
| #define | _POSIX2_LINE_MAX 2048 |
| |
| #define | CTIME_R(t, s) ctime_r(t,s,sizeof(s)) |
| |
| #define | strtoull strtoul |
| |
| #define | __ZE_SYS_H |
| |
|
| Error dont have limits h nor values h typedef int | bool |
| |
◆ __bool_true_false_are_defined
| #define __bool_true_false_are_defined 1 |
◆ __ZE_SYS_H
◆ _POSIX2_LINE_MAX
| #define _POSIX2_LINE_MAX 2048 |
◆ CTIME_R
| #define CTIME_R |
( |
|
t, |
|
|
|
s |
|
) |
| ctime_r(t,s,sizeof(s)) |
◆ false
◆ isblank
| #define isblank |
( |
|
c | ) |
((c) == ' ' || (c) == '\t') |
◆ memcpy
| #define memcpy |
( |
|
d, |
|
|
|
s, |
|
|
|
n |
|
) |
| bcopy ((s), (d), (n)) |
◆ memmove
| #define memmove |
( |
|
d, |
|
|
|
s, |
|
|
|
n |
|
) |
| bcopy ((s), (d), (n)) |
◆ OS_OTHER
◆ strchr
◆ strrchr
◆ strtoull
◆ true
◆ WEXITSTATUS
| #define WEXITSTATUS |
( |
|
stat_val | ) |
((unsigned int)(stat_val) >> 8) |
◆ WIFEXITED
| #define WIFEXITED |
( |
|
stat_val | ) |
(((stat_val) & 255) == 0) |
◆ ZE_FUNCTION
| #define ZE_FUNCTION __FILE__ |
◆ ZE_PRETTY_FUNCTION
| #define ZE_PRETTY_FUNCTION __FILE__ |
◆ in_addr_t
◆ int16_t
◆ mode_t
◆ off_t
| typedef unsigned long off_t |
◆ socket_t
◆ socklen_t
◆ ssize_t
◆ uchar
| typedef unsigned char uchar |
◆ uint16_t
◆ uint32_t
◆ strchr()
◆ strlcat()
| size_t strlcat |
( |
char * |
, |
|
|
const char * |
, |
|
|
size_t |
|
|
) |
| |
◆ strlcpy()
| size_t strlcpy |
( |
char * |
, |
|
|
const char * |
, |
|
|
size_t |
|
|
) |
| |
◆ strrchr()
◆ bool
| Error dont have limits h nor values h typedef int bool |