fp=filp_open(path, flag, 0); if (fp) return fp; else return NULL; } int WriteFile(struct file *fp,char *buf,int readlen) {
確定! 回上一頁