Main Page | Class List | File List | Class Members | File Members

param.h

Go to the documentation of this file.
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_ */

Generated on Mon Sep 12 14:48:29 2005 for polylib by doxygen 1.3.5