CS计算机代考程序代写 #ifndef _CALL_H_

#ifndef _CALL_H_
#define _CALL_H_
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include “superblock.h”
#include “inode.h”
#include

int open_t(char *pathname);
int read_t(int i_number, int offest, void *buf, int count);

#endif