polylib 5.22.8
param.h File Reference

Go to the source code of this file.

Functions

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

Function Documentation

◆ Free_ParamNames()

void Free_ParamNames ( const char **  params,
int  m 
)

Definition at line 63 of file param.c.

References m.

Referenced by main().

◆ Read_ParamNames()

const 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().