polylib 7.01
param.h File Reference

Go to the source code of this file.

Functions

char ** Read_ParamNames (FILE *in, int m)
 
void Free_ParamNames (char **params, int m)
 

Function Documentation

◆ Free_ParamNames()

void Free_ParamNames ( char **  params,
int  m 
)

Definition at line 63 of file param.c.

References m.

Referenced by main().

◆ Read_ParamNames()

char ** Read_ParamNames ( FILE *  in,
int  m 
)

Definition at line 14 of file param.c.

References m, PCHAR, and s.

Referenced by main(), and Union_Read().