Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4973 right-hear 1
#ifndef __MENUET_MASH_H
2
#define __MENUET_MASH_H
3
 
4
#ifdef __cplusplus
5
extern "C" {
6
#endif
7
 
8
#include
9
 
10
extern void __mash__puts(char * str);
11
extern void __mash__gets(char * str,int len);
12
 
13
extern char mash_args[];
14
 
15
#ifdef __cplusplus
16
}
17
#endif
18
 
19
#endif