00001 #ifndef _param_H_ 00002 #define _param_H_ 00003 #if (defined(__STDC__) || defined(__cplusplus)) 00004 00005 #if defined(__cplusplus) 00006 extern "C" { 00007 #endif 00008 00009 extern char **Read_ParamNames(FILE *in, int m); 00010 00011 #if defined(__cplusplus) 00012 } 00013 #endif 00014 00015 #else /* (defined(__STDC__) || defined(__cplusplus)) */ 00016 00017 extern char **Read_ParamNames(/* FILE *in, int m */); 00018 00019 #endif /* (defined(__STDC__) || defined(__cplusplus)) */ 00020 #endif /* _param_H_ */