int Issortedinit(t_sorted *sd);
Returns 1 if sorted data is initialized and 0 otherwise.
Parameters:
sd
(in)
Pointer to the structure of type t_sorted, descriptor of sorted
data
Return values:
Returns 1 if sorted
data is initialized and 0 otherwise
See also: