fd = sys_open(filename, O_RDWR | O_CREAT | O_APPEND, 0644); if(fd >=0 ){ file = fget(fd); if(file){ vfs_write(file, data, strlen(data), ...
確定! 回上一頁