Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dsetproctitle.c70 #ifndef SPT_MIN
71 #define SPT_MIN(a, b) (((a) < (b))? (a) : (b)) macro
75 return SPT_MIN(a, b); in spt_min()