gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:lltoul (0.00 seconds)
mtkernel_3
kernel/knlinc/longlong.h - 3.3KB - 85 lines
28: #define lltol(a)        ( (long)(a) )
29: #define lltoul(a)       ( (unsigned long)(a) )
30: #define ll_add(a,b)     ( (a) + (b) )