Home
last modified time | relevance | path

Searched defs:putc (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/stdio/
Dputc.c59 putc(int c, FILE *fp) in putc() function
/bionic/libc/include/
Dstdio.h426 #define putc(x, fp) __sputc(x, fp) macro