GBDK 2020 Docs
4.3.0
API Documentation for GBDK 2020
|
Go to the source code of this file.
Macros | |
#define | va_start(list, last) list = (unsigned char *)&last + sizeof(last) |
#define | va_arg(list, type) *((type *)((list += sizeof(type)) - sizeof(type))) |
#define | va_end(list) |
Typedefs | |
typedef unsigned char * | va_list |
#define va_start | ( | list, | |
last | |||
) | list = (unsigned char *)&last + sizeof(last) |
#define va_arg | ( | list, | |
type | |||
) | *((type *)((list += sizeof(type)) - sizeof(type))) |
#define va_end | ( | list | ) |
typedef unsigned char* va_list |