## Generic-function: SB-GRAY:STREAM-READ-CHAR [![package](https://img.shields.io/badge/Package-SB--GRAY-5f9ea0.svg?style=social&colorA=999999)](../) [![type](https://img.shields.io/badge/Type-Generic--Function-5f9ea0.svg?style=social&colorA=999999)](../#generic-function) > Read one character from the stream. Return either a > character object, or the symbol :EOF if the stream is at end-of-file. > Every subclass of FUNDAMENTAL-CHARACTER-INPUT-STREAM must define a > method for this function. ### Lambda list ```cl (stream) ```