#define _XOPEN_SOURCE 700 #include int getopts_main(int argc, char *argv[]) { printf("Sorry, %s isn't implemented yet.\n", argv[0]); return argc; }