void BSKDestroyRule( BSKRule* rule );Inputs:
Description: Destroys and deallocates all memory in use by the rule, including its array of named parameters, its bytecode buffer, its local symbol table, and the name of the file that contained the rule.
Return to the API
Return to the function listing