1 2 3 4 5 6
#include <stdarg.h> #include <stdbool.h> #include <stdint.h> #include <stdlib.h> int32_t hello(int32_t a, int32_t b);