Example ; /* Open file */ fp = malloc(sizeof (FIL)); res = f_open(fp, "file.dat", FA_READ|FA_WRITE); if (res) ... /* Set read/write pointer to 5000 */ ; /* ...
確定! 回上一頁