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)
5
extern
"C"
{
6
#endif
7
8
extern
const
char
**
Read_ParamNames
(FILE *in,
int
m
);
9
extern
void
Free_ParamNames
(
const
char
**params,
int
m
);
10
11
#if defined(__cplusplus)
12
}
13
#endif
14
15
#endif
/* _param_H_ */
Read_ParamNames
const char ** Read_ParamNames(FILE *in, int m)
Definition:
param.c:14
Free_ParamNames
void Free_ParamNames(const char **params, int m)
Definition:
param.c:63
m
static int m
Definition:
polyparam.c:274
include
polylib
param.h
Generated by
1.9.4