Home | History | Annotate | Download | only in Python

Lines Matching refs:putc

76 #define w_byte(c, p) if (((p)->fp)) putc((c), (p)->fp); \