gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:SWAP (0.00 seconds)
tkernel_2
driver/tef_em1d/kbpd/src/kbpd.h - 16.3KB - 420 lines
300: #define min(a,b)        (( (a) < (b) )? (a): (b))
301: #define SWAP(type,x,y)  { type z = (x); (x) = (y); (y) = z; }
302: