gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:Csym from tkernel_2/include/machine.h (0.00 seconds)
tkernel_2
include/machine.h - 1.9KB - 72 lines
66: #if _Csym == 0
67: #define Csym(sym)       sym
68: #else
69: #define Csym(sym)       _##sym
70: #endif