#include is_argv_unspecified(a) { local status; status = (argc == 0 || IS_ARG_UNSPECIFIED(a)); return(status); }