9 lines
120 B
C
9 lines
120 B
C
#include <stdarg.h>
|
|
#include <stdbool.h>
|
|
#include <stdint.h>
|
|
#include <stdlib.h>
|
|
|
|
void first(void);
|
|
|
|
void second(void);
|