|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <alloca.h>#include <unistd.h>#include "../port/port.h"

Go to the source code of this file.
Macros | |
| #define | err(...) isohybrid_error(__VA_ARGS__) |
| #define | errx(...) isohybrid_error(__VA_ARGS__) |
| #define | warn(...) isohybrid_warning(__VA_ARGS__) |
| #define | warnx(...) isohybrid_warning(__VA_ARGS__) |
Typedefs | |
| typedef unsigned char | uint8_t |
| typedef unsigned short | uint16_t |
| typedef unsigned int | uint32_t |
| typedef unsigned long long | uint64_t |
Functions | |
| void | isohybrid_error (int eval, const char *fmt,...) |
| void | isohybrid_warning (const char *fmt,...) |
| #define err | ( | ... | ) | isohybrid_error(__VA_ARGS__) |
Definition at line 30 of file reactos_support_code.h.
| #define errx | ( | ... | ) | isohybrid_error(__VA_ARGS__) |
Definition at line 31 of file reactos_support_code.h.
| #define warn | ( | ... | ) | isohybrid_warning(__VA_ARGS__) |
Definition at line 32 of file reactos_support_code.h.
| #define warnx | ( | ... | ) | isohybrid_warning(__VA_ARGS__) |
Definition at line 33 of file reactos_support_code.h.
Definition at line 23 of file reactos_support_code.h.
Definition at line 24 of file reactos_support_code.h.
Definition at line 22 of file reactos_support_code.h.
Definition at line 4 of file reactos_support_code.c.