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 2... Line 2...
2
#include 
2
#include 
3
#include 
3
#include 
Line 4... Line 4...
4
 
4
 
5
int main(int argc, char**argv)
5
int main(int argc, char**argv)
-
 
6
{   
6
{   
7
    debug_printf("%u\n", shell_get_pid());
7
    char string[256];
8
    char string[256];
8
    shell_cls();
9
    shell_cls();
9
    shell_printf("Number of arguments %d\n",argc);
10
    shell_printf("Number of arguments %d\n",argc);
10
    for(int i=0; i
11
    for(int i=0; i