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?