Home
last modified time | relevance | path

Searched defs:__sputc (Results 1 – 1 of 1) sorted by last modified time

/illumos-gate/usr/src/boot/include/
H A Dstdio.h463 static __inline int __sputc(int _c, FILE *_p) { in __sputc() function
473 #define __sputc(c, p) \ macro