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