![]() |
cgetc | Function (ROM Call 0x12B) |
cert.h |
unsigned char cgetc (CFILE *context); |
Gets a character from a context.
cgetc gets a character from the file associated with the file context pointed to by context, and moves the file pointer to the next character. This function is functionally equal to
*(char*) context->Pos++;