Searched defs:sfgetc (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libast/sfio/
H A D_sfgetc.c24 #undef sfgetc macro
27 int sfgetc(reg Sfio_t* f) function
29 int sfgetc(f)
/ast/src/lib/libast/astsa/
H A Dast.h126 #define sfgetc(f) fgetc(f) macro
/ast/src/lib/libast/include/
H A Dsfio.h296 extern int sfgetc _ARG_((Sfio_t*));
376 __INLINE__ int sfgetc(Sfio_t* f) { return __sf_getc(f); } function
399 #define sfgetc(f) ( __sf_getc(f) )

Completed in 24 milliseconds