Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
14 years ago

printf 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...