Ibrahim Haddad wrote:

> I need to change the resulting integer to be saved in a variable of type
> (char *) since I need to use fgetc() which requires (char *)

I don't know about your fgetc() but mine is
   int fgetc(FILE *stream);

Can you please try to explain what you are trying to do? (type casting
is most likely the wrong thing to do here).

---
Henrik Nordström

Reply via email to