OCT 1. 更新命令行参数结构体定义

This commit is contained in:
黄昕 2022-12-15 16:31:56 +08:00
parent 0961906c5e
commit 470921dde3
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
typedef void (*HelpCmdCb)(void *, const char *, void *);
typedef int (*ProcessCmdCb)(void **, const char *, void *);
typedef struct __ARG_TBL_INFO {
typedef struct {
void *argTbl;
int nArgItem;
int *pErrCode;