Home
last modified time | relevance | path

Searched refs:json_max (Results 1 – 1 of 1) sorted by relevance

/hardware/qcom/msm8998/json-c/
Djson_util.h21 #ifndef json_max
22 #define json_max(a,b) ((a) > (b) ? (a) : (b)) macro