Searched defs:PUT_CHAR (Results 1 – 2 of 2) sorted by relevance
615 # define PUT_CHAR(c) putchar (c) macro626 # define PUT_CHAR(c) printf ("%C", c); macro
274 #define PUT_CHAR(val) (Object_Record_Buffer[Object_Record_Offset++] = (val)) macro