include stdarg.h

This commit is contained in:
Timerix 2025-07-22 12:53:08 +05:00
parent ba7a81d205
commit f5805888bc

View File

@ -9,6 +9,7 @@ extern "C" {
#include <stdint.h>
#include <stddef.h>
#include <string.h>
#include <stdarg.h>
typedef int8_t i8;
typedef uint8_t u8;