Searched defs:PUT_CHAR (Results 1 – 5 of 5) sorted by relevance
617 # define PUT_CHAR(c) putchar (c) macro628 # define PUT_CHAR(c) printf ("%C", c); macro
616 # define PUT_CHAR(c) putchar (c) macro627 # define PUT_CHAR(c) printf ("%C", c); macro