Main Page   Compound List   File List   Compound Members   File Members  

param.h

Go to the documentation of this file.
00001 #ifndef _param_H_
00002 #define _param_H_
00003 #ifdef __STDC__
00004 
00005 extern char **Read_ParamNames(FILE *in, int m);
00006 
00007 #else /* __STDC__ */
00008 
00009 extern char **Read_ParamNames(/* FILE *in, int m */);
00010 
00011 #endif /* __STDC__ */
00012 #endif /* _param_H_ */

Generated on Mon Mar 15 10:59:51 2004 for polylib by doxygen1.2.18