Home | History | Annotate | Download | only in lib

Lines Matching full:putc

880 #   undef putc
881 # define putc rpl_fputc
884 _GL_CXXALIAS_RPL_1 (putc, rpl_fputc, int, (int c, FILE *stream));
886 _GL_CXXALIAS_SYS (putc, int, (int c, FILE *stream));
888 _GL_CXXALIASWARN (putc);