Name
class_simple_destroy —
destroys a struct class_simple structure
Synopsis
void class_simple_destroy ( | struct class_simple * | cs) ; |
Arguments
cs
pointer to the struct class_simple that is to be destroyed
Description
Note, the pointer to be destroyed must have been created with a call to
class_simple_create
.