9 lines
96 B
C

#include "../syscall.h"
#include <stdint.h>
#include <stdbool.h>
int main() {
return 0;
}