Search | Google it | Results 1 - 3 of 3 for fundef:putc_unlocked (0.00 seconds) |
439: #if __BSD_VISIBLE 440: #define putc_unlocked(x, fp) __sputc(x, fp) 441: #endif /* __BSD_VISIBLE */
43: int 44: putc_unlocked(int c, FILE *fp) 45: {
520: #define getc_unlocked(fp) __sgetc(fp) 521: #define putc_unlocked(x, fp) __sputc(x, fp) 522: