Home | History | Annotate | Download | only in src

Lines Matching defs:file

774     FILE *file;
775 file = fopen("d:\\test\\projStatus.txt","w");
780 fprintf(file,"%d (%d) ",i,status->data.ptr[i]);
794 fprintf(file,"%d (%lf %lf %lf %lf) - (%lf %lf)",i,X,Y,Z,W,x,y );
807 fprintf(file,"\n");
811 fclose(file);