mirror of
https://github.com/nzp-team/vhlt.git
synced 2024-11-12 23:44:27 +00:00
5 lines
186 B
C
5 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
|