Subversion Repositories Kolibri OS

Rev

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

Rev 4349 Rev 4806
Line 64... Line 64...
64
int write_file(const char *path,const void *buff,
64
int write_file(const char *path,const void *buff,
65
               size_t offset, size_t count, size_t *writes);
65
               size_t offset, size_t count, size_t *writes);
66
int set_file_size(const char *path, unsigned size);
66
int set_file_size(const char *path, unsigned size);
67
void *load_file(const char *path, size_t *len);
67
void *load_file(const char *path, size_t *len);
68
void __stdcall unpack(void* packed_data, void* unpacked_data);
68
void unpack(void* packed_data, void* unpacked_data) __attribute__((stdcall)) ;
69
 
69
 
Line 70... Line 70...
70
static inline int user_free(void *mem)
70
static inline int user_free(void *mem)
71
{
71
{
72
    int  val;
72
    int  val;
73
    __asm__ __volatile__(
73
    __asm__ __volatile__(