void Destroysorteddata(t_sorted *sd);
Destroys sorted data pointed to by sd and frees all allocated resources. After this call, descriptor sd can be passed to Createsorteddata() directly, without zeroing.
Parameters:
sd
(in) Pointer to the structure of type t_sorted, descriptor of sorted data
Return values:
None
See also: