1#ifndef _REACTOS_SUPPORT_CODE_H
2#define _REACTOS_SUPPORT_CODE_H
19#include "../port/port.h"
30#define err(...) isohybrid_error(__VA_ARGS__)
31#define errx(...) isohybrid_error(__VA_ARGS__)
32#define warn(...) isohybrid_warning(__VA_ARGS__)
33#define warnx(...) isohybrid_warning(__VA_ARGS__)
42#define fseeko _fseeki64
43#define ftruncate _chsize
void isohybrid_error(int eval, const char *fmt,...)
void isohybrid_warning(const char *fmt,...)
unsigned long long uint64_t