file read write debug

    static char storage_file_content[BUFSIZE];//
    fread(storage_file_content, sizeof(char), BUFSIZE, file_source_pointer);
    fwrite(storage_file_content, sizeof(char), strlen(storage_file_content), file_append_pointer); //string length = text mode file bytes - 1;
    return;
posted @ 2021-06-02 18:57  wcl王成龙  阅读(43)  评论(0)    收藏  举报