11 lines
155 B
C
11 lines
155 B
C
#ifndef MEM_H
|
|
#define MEM_H
|
|
|
|
int mem_init ();
|
|
int mem_close ();
|
|
|
|
int mem_screen (int rep, int display);
|
|
int mem_top_screen (int rep, int display);
|
|
|
|
#endif
|