#ifndef __options_h #define __options_h void optDefaultsSet(void); int optProcessArgument(char *arg); #endif