aboutsummaryrefslogblamecommitdiffstats
path: root/c/main.c
blob: cbb2793654f388a946bc1a892fa14b08bdb6fa16 (plain) (tree)
1
2
3
4
5
6
7
8
9
10



                     
                   




                                                
                                             
#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; }