SynopsisDeletes a lookup-value pair from a symbol table. Prototype#include "uemf.h" int symDelete(sym_fd_t sd, char_t* name); Parameters
DescriptionThis module implements a highly efficient generic symbol table with update and access routines. Symbols are simple character strings and the values they take can be flexible types as defined by value_t. This module allows multiple symbol tables to be created. Frees and deletes an existing symbol from the table. is called for each symbol that is deleted. Return ValueReturns 0 on success or -1 on error. Exampleint symDelete(id, "lookup"); Stability ClassificationEvolving. See Also |