Searched refs:json_max (Results 1 – 1 of 1) sorted by relevance
21 #ifndef json_max22 #define json_max(a,b) ((a) > (b) ? (a) : (b)) macro