polylib 5.22.8
param.h
Go to the documentation of this file.
1#ifndef _param_H_
2#define _param_H_
3
4#if defined(__cplusplus)
5extern "C" {
6#endif
7
8extern const char **Read_ParamNames(FILE *in, int m);
9extern void Free_ParamNames(const char **params, int m);
10
11#if defined(__cplusplus)
12}
13#endif
14
15#endif /* _param_H_ */
const char ** Read_ParamNames(FILE *in, int m)
Definition: param.c:14
void Free_ParamNames(const char **params, int m)
Definition: param.c:63
static int m
Definition: polyparam.c:274