Searched refs:textfile (Results 1 – 3 of 3) sorted by relevance
811 FILE* textfile = fopen( "textfile.txt", "w" ); in main() local812 if ( textfile ) in main()814 psg->Print( textfile, 0 ); in main()815 fclose( textfile ); in main()817 textfile = fopen( "textfile.txt", "r" ); in main()818 assert( textfile ); in main()819 if ( textfile ) in main()822 fgets( buf, 1024, textfile ); in main()829 fclose( textfile ); in main()833 FILE* textfile = fopen( "test5.xml", "w" ); in main() local[all …]
56 incaltst.o calcasts.o v32test.o uvectest.o textfile.o tokiter.o utxttest.o \
58 incaltst.o calcasts.o v32test.o uvectest.o textfile.o tokiter.o utxttest.o \