6 lines
174 B
C
6 lines
174 B
C
|
//void create_files();
|
||
|
//void read_and_remove_files();
|
||
|
void init_memory();
|
||
|
void close_memory();
|
||
|
void read_file(char adresa[]);
|
||
|
void create_file(char adresa[],char comment[]);
|