Searched defs:GETC (Results 1 – 3 of 3) sorted by relevance
60 #define GETC getwc macro94 #define GETC getc macro
45 #define GETC(op,exp) ((c = getc(inf)) op (int)exp) macro
562 # define GETC(C) do { \ in _gettoken() macro