#ifndef __RCHAR_HPP #define __RCHAR_HPP #include int readChar(FILE *fp); #endif