ReactOS 0.4.16-dev-41-ge8c7597
|
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
Go to the source code of this file.
Macros | |
#define | chmcerr_printf(fmt, ...) fprintf (stderr, fmt , ## __VA_ARGS__) |
#define | BUG_ON(fmt, ...) |
#define | CHMC_ERRMAXLEN (1023) |
#define | CHMC_NOERR (0) |
#define | CHMC_ENOMEM (ENOMEM) |
#define | CHMC_EINVAL (EINVAL) |
#define | chmc_error(fmt, ...) fprintf (stdout, fmt , ## __VA_ARGS__) |
#define | chmcerr_return_msg(fmt, ...) |
#define | chmcerr_msg(fmt, ...) |
#define | chmcerr_set_return(code, fmt, ...) |
Functions | |
void | chmcerr_set (int code, const char *fmt,...) |
void | chmcerr_clean (void) |
int | chmcerr_code (void) |
const char * | chmcerr_message (void) |
Definition at line 42 of file err.c.
Referenced by chmc_section_add(), and main().
Definition at line 50 of file err.c.
Referenced by chmc_init(), chmc_section_create(), and chmc_system_done().