1 2 3 4 5 6 7 8 9 10 11
#include <inttypes.h> #include <stdbool.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #define __maybe_unused__ __attribute__((unused)) #pragma weak main int main(int argc, char **argv) { return 0; }