Files
recorder/listsort.h
Jan-Piet Mens 773792b803 sort Linestring GeoJSON by tst
closes #52
2015-10-12 11:34:22 +02:00

9 lines
145 B
C

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