Hallo,
i'm trying to write in a file using the function fputs.
fputs creates the file but does'nt write. The code works on a windows-plattform.

if( (out=fopen(ofile, "a")) != NULL)
{
...