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

What is used for struct __FILE { int handle; /* Add whatever you need here */ }; FILE __stdout; FILE __stdin; int fputc(int ch, FILE *f) { return (ITM_SendChar(ch)); }

What is used for

struct __FILE { int handle; /* Add whatever you need here */ };
FILE __stdout;
FILE __stdin;

int fputc(int ch, FILE *f) {
return (ITM_SendChar(ch));
}

0