Subversion Repositories Kolibri OS

Rev

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

Rev 8632 Rev 8635
Line 8... Line 8...
8
extern void _FUNC(shell_putc)(char c);
8
extern void _FUNC(shell_putc)(char c);
9
extern char _FUNC(shell_getc)();
9
extern char _FUNC(shell_getc)();
10
extern void _FUNC(shell_gets)(char *str);
10
extern void _FUNC(shell_gets)(char *str);
11
extern void _FUNC(shell_cls)();
11
extern void _FUNC(shell_cls)();
12
extern void _FUNC(shell_exit)();
12
extern void _FUNC(shell_exit)();
13
 
-
 
-
 
13
extern unsigned _FUNC(shell_get_pid)();
-
 
14
extern int  _FUNC(shell_ping)();
14
#endif
15
#endif
15
16