![]() ![]() |
![]() |
version 1.4, 2005/02/25 10:35:55 | version 1.5, 2005/02/26 03:39:29 | ||
---|---|---|---|
|
| ||
/* doesnt check for out of bound */ | /* doesnt check for out of bound */ | ||
} | } | ||
long tvfs_lseek(int h, long whither, int whence){ | long tvfs_lseek(int h, long whence, int whither ){ | ||
int inode = handles[h]->inode; | int inode = handles[h]->inode; | ||
int size = files[inode]->bytes_used; | int size = files[inode]->bytes_used; |
|
Rizwan Kassim |
Powered by ViewCVS 0.9.2 |