Subversion Repositories planix.SVN

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
120 7u83 1
#ifndef MACH_H
2
#define MACH_H
3
 
4
void disable_raw();
5
void enable_raw();
6
void get_size(short *lines, short *columns);
7
 
8
 
9
#endif