Subversion Repositories Kolibri OS

Rev

Rev 5808 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5808 Rev 6777
Line 62... Line 62...
62
#pragma pack(pop)
62
#pragma pack(pop)
Line 63... Line 63...
63
 
63
 
64
int create_file(const char *path);
64
int create_file(const char *path);
-
 
65
int get_fileinfo(const char *path, fileinfo_t *info);
65
int get_fileinfo(const char *path, fileinfo_t *info);
66
int set_fileinfo(const char *path, fileinfo_t *info);
66
int read_file(const char *path, void *buff,
67
int read_file(const char *path, void *buff,
67
               size_t offset, size_t count, size_t *reads);
68
               size_t offset, size_t count, size_t *reads);
68
int write_file(const char *path,const void *buff,
69
int write_file(const char *path,const void *buff,
69
               size_t offset, size_t count, size_t *writes);
70
               size_t offset, size_t count, size_t *writes);