- prototype in stdio.h - gets character from stream - same as fgetc(stdin) - returns char (converted to an int) or EOF - see getc()