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 *clientDataInput(输入)
void *interpInput(输入)
int (整数型)argcInput(输入)
char * (字符型指针)argv [ ] Input(输入)