recorder/listsort.h

9 lines
145 B
C
Raw Normal View History

#ifndef _LISTSORT_INCL_
# define _LISTSORT_INCL_
#include "json.h"
JsonNode *listsort(JsonNode *list, int is_circular, int is_double);
#endif