Searched refs:GLC_GETC_FN (Results 1 – 1 of 1) sorted by relevance
957 #define GLC_GETC_FN(fn) int (fn)(void *stream) macro958 typedef GLC_GETC_FN(GlcGetcFn); typedef960 static GLC_GETC_FN(glc_file_getc); /* Read from a file */961 static GLC_GETC_FN(glc_buff_getc); /* Read from a string */6554 static GLC_GETC_FN(glc_file_getc) in GLC_GETC_FN() function6564 static GLC_GETC_FN(glc_buff_getc) in GLC_GETC_FN() function