UF_MOM_command_func
(查看源代码)
定义在: uf_mom.h
概述
This is the signature for any function that is used to extend the
interpreter.
int UF_MOM_command_func
(
void * clientData,
void * interp,
int argc,
char * argv [ ]
)
void *
clientData
Input(输入)
void *
interp
Input(输入)
int (整数型)
argc
Input(输入)
char * (字符型指针)
argv [ ]
Input(输入)