#ifndef STANDARD_H #define STANDARD_H int parse_standard_options(void (*)(), int argc, char **argv); #endif