Skip to main content
Visitor II
August 1, 2005
Question

Problem with fopen /fwrite C functions

  • August 1, 2005
  • 1 reply
  • 696 views
Posted on August 01, 2005 at 08:44

Problem with fopen /fwrite C functions

    This topic has been closed for replies.

    1 reply

    arkadyAuthor
    Visitor II
    July 31, 2005
    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 !!!!!!!!!!!!!!!!!!!