Searched defs:zgetc (Results 1 – 2 of 2) sorted by relevance
20 #define zgetc(z) (((z)->n--)>0 ? cast_uchar(*(z)->p++) : luaZ_fill(z)) macro