I used the fflush() in Linux GCC but it did not work. Are there any alternatives for that function? Here is my code:
#include void main() {
You must include and use __fpurge(whatever you want) instead.
Salute from argentina