#include #include #include int main(int argc, char **argv) { printf("funcname: %s\n", __func__); exit(EXIT_SUCCESS); }