mb_remove_func

Previous  Next

 

status_t mb_remove_func( mb_interpreter_t* s, const char* lpszName )

 


 

Removes a registered function from the interpreter.  It is recommended that you remove your functions before you close the interpreter even though the mb_close function will remove any registered functions.

 

Example

 

See Sample