int main() { FILE *f = fopen("/path/unix","wb"); //"c:\path.txt" sous dodoze //"a+" pour append fprintf(f, "hai toto\tafter the tab\n"); fclose(f); }