UbixOS V2
2.0
file.h
Go to the documentation of this file.
1
/*
2
#ifndef FILE_H
3
#define FILE_H
4
5
#include "ubixfs.h"
6
7
typedef struct fileDescriptor {
8
struct fileDescriptor * prev;
9
struct fileDescriptor * next;
10
void * inode;
11
off_t offset;
12
size_t size;
13
} fileDescriptor;
14
15
#endif */
/* !FILE_H */
C:
Dev
git
UbixOS
sys
fs
ubixfsv2
file.h
Generated by
1.8.16