blob: cbb2793654f388a946bc1a892fa14b08bdb6fa16 (
plain) (
tree)
|
|
#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; }
|