mirror of
https://github.com/nzp-team/vhlt.git
synced 2024-11-28 23:02:07 +00:00
6 lines
186 B
C
6 lines
186 B
C
|
#ifndef CMDLINECFG_H__
|
||
|
#define CMDLINECFG_H__
|
||
|
#include "cmdlib.h" //--vluzacn
|
||
|
extern void ParseParamFile (const int argc, char ** const argv, int &argcnew, char **&argvnew);
|
||
|
#endif
|