Subversion Repositories Kolibri OS

Rev

Rev 9207 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9207 Rev 9766
Line 1... Line 1...
1
#include "../include/shell_api.h"
1
#include "../include/shell_api.h"
Line 2... Line 2...
2
 
2
 
Line 3... Line 3...
3
char string[256];
3
char string[256];
-
 
4
 
4
 
5
int main()
5
int main(){
6
{
Line 6... Line 7...
6
    shell_cls();
7
    shell_cls();
7
    shell_printf("SHELL PID=%d\n\r", shell_get_pid());
8
    shell_printf("SHELL PID=%d\n\r", shell_get_pid());