Altera_Forum
Honored Contributor
14 years agoprintf bug?
Hello. I've encountered a strange behaviour of prinf function. The code is a simple "hello world" example: #include <stdio.h>
int main()
{
printf("Hello 1\n");
printf("HELLO 2\n");
return 0...