Hi All,
I am using Keil uVision 5 with STM32F411RE
I have a piece of code as follows (source http://www.keil.com/support/man/docs/armlib/armlib_chr1358938931411.htm)
#include <stdio.h>
struct __FILE
{
int handle;
};
However, I keep seeing…


