fgetc_unlocked

Name

fgetc_unlocked -- non-thread-safe fgetc

Description

fgetc_unlocked() is the same as fgetc(), except that it need not be thread-safe. That is, it may only be invoked in the ways which are legal for getc_unlocked().