Subversion Repositories Kolibri OS

Rev

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

Rev 6857 Rev 6862
Line 112... Line 112...
112
void  kol_buffer_close(char name[]);
112
void  kol_buffer_close(char name[]);
113
int kol_clip_num();
113
int kol_clip_num();
114
char* kol_clip_get(int n);
114
char* kol_clip_get(int n);
115
int kol_clip_set(int n, char buffer[]);
115
int kol_clip_set(int n, char buffer[]);
116
116
void set_cwd(const char* cwd);
-
 
117
int getcwd(char *buf, unsigned size);
-
 
118
-
 
119