Subversion Repositories Kolibri OS

Rev

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

Rev 8629 Rev 8632
Line 1... Line 1...
1
#ifndef _SHELL_API_H_
1
#ifndef _SHELL_API_H_
2
#define _SHELL_API_H_
2
#define _SHELL_API_H_
Line 3... Line 3...
3
 
3
 
Line -... Line 4...
-
 
4
#include 
4
#include 
5
 
5
 
6
extern void _FUNC(shell_printf)(const char* format, ...); 
6
extern void _FUNC(shell_puts)(const char *s);
7
extern void _FUNC(shell_puts)(const char *s);
7
extern void _FUNC(shell_putc)(char c);
8
extern void _FUNC(shell_putc)(char c);
8
extern char _FUNC(shell_getc)();
9
extern char _FUNC(shell_getc)();