以下のコードを参照してください
#include<stdio.h>
int main ( int argc, char *argv[] )
{
int i=0;
for(i=1;i<argc-1;i++)
printf(" %s \n",argv[i]);
return 0;
}
次のようにコンパイルして実行します
gcc test.c
./a.out 1 * 2
そして今、そのo / pは傷ついています..!
o / pは:
1
a.out
Desktop
Documents
Downloads
ipmsg.log
linux-fusion-3.2.6
Music
Pictures
Public
Templates
test.c