This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

stdio.h does not recognize FILE *fpointer

I am using IAR embedded workbench software for ARM CORTEX M3 controller. I have already included stdio.h library and it have fopen function like this 

but when i am declaring my file pointer like this

FILE *fpointer;

Its giving me these two errors.

Please share your experience how can i fix it?

0