gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:min (0.01 seconds)
tkernel_2
driver/tef_em1d/kbpd/src/kbpd.h - 16.3KB - 420 lines
299: #define max(a,b)        (( (a) > (b) )? (a): (b))
300: #define min(a,b)        (( (a) < (b) )? (a): (b))
301: #define SWAP(type,x,y)  { type z = (x); (x) = (y); (y) = z; }
t2ex
bsd_source/lib/libc/src_bsd/stdlib/qsort.c - 6.3KB - 162 lines
36: 
37: #define min(a, b)       (a) < (b) ? a : b
38: 
More results from t2ex