8 lines
118 B
C
8 lines
118 B
C
#include <stdarg.h>
|
|
#include <stdbool.h>
|
|
#include <stdint.h>
|
|
#include <stdlib.h>
|
|
|
|
void c(void);
|
|
|
|
void c_unwind(void);
|