Dolda2000 GitWeb
/
vcfs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Added deldentry.
[vcfs.git]
/
utils.h
1
#ifndef _UTILS_H
2
#define _UTILS_H
3
4
int readall(int fd, void *buf, size_t len, loff_t offset);
5
int writeall(int fd, const void *buf, size_t len, loff_t offset);
6
7
#endif