Searched defs:SFputc (Results 1 – 2 of 2) sorted by relevance
156 #define SFputc(f,c) SMputc(f,c) macro164 #define SFputc(f,c) { if(d < endd) { *d++ = (uchar)c; } \ macro
156 #define SFputc(f,c) SMputc(f,c) macro 164 #define SFputc(f,c) { if(d < endd) { *d++ = (uchar)c; } \ macro