cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with fopen /fwrite C functions

arkady
Associate II
Posted on August 01, 2005 at 08:44

Problem with fopen /fwrite C functions

1 REPLY 1
arkady
Associate II
Posted on July 31, 2005 at 15:10

:?: I am using STR710 evaluation board.

When i try to write some data to file using standart (fopen and fwrite) C functon I receive:

''

FILE *stream;

char list[30];

int i, numread, numwritten;

// Open file in text mode:

stream = fopen( ''c:\\fread1.txt'', ''w'' );

''

stream =0; :(

Please help me !!!!!!!!!!!!!!!!!!!