Subversion Repositories Kolibri OS

Rev

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

Rev 374 Rev 550
Line 74... Line 74...
74
void _stdcall debug_out_hex(DWORD val);
74
void _stdcall debug_out_hex(DWORD val);
75
void debug_out_str(char* str);
75
void debug_out_str(char* str);
Line 76... Line 76...
76
 
76
 
-
 
77
int _stdcall get_fileinfo(const char *name,FILEINFO* pinfo);
77
int _stdcall get_fileinfo(const char *name,FILEINFO* pinfo);
78
int _stdcall create_file(const char *name);
78
int _stdcall read_file (const char *name,char*buff,DWORD offset, DWORD count,DWORD *reads);
79
int _stdcall read_file (const char *name,char*buff,DWORD offset,DWORD count,DWORD *reads);
Line 79... Line 80...
79
int _stdcall write_file(const char *name,char*buff,int offset,int count,int *writes);
80
int _stdcall write_file(const char *name,const void *buff,DWORD offset,DWORD count,DWORD *writes);
80
 
81
 
81
//void exit();
82
//void exit();