#define UTILS_IMPLEMENTATION #include int main(int argc, char **argv) { printf("teste: %s\n", argv[0]); return 0; }