mirror of
https://github.com/nzp-team/vhlt.git
synced 2025-02-18 01:11:11 +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
|