Newsgroups: fj.lang.c
Path: galaxy.trc.rwcp.or.jp!coconuts.jaist!wnoc-tyo-news!aist-nara!odins-suita!kuee-news!aero.kyushu-u!hakata!ie.u-ryukyu.ac.jp!newshost.ryukyu.ad.jp!sour!merope!void
From: void@merope.opus.or.jp (Kusakabe Youichi)
Subject: arg
Message-ID: <1997Oct7.093914.4208@merope.opus.or.jp>
Organization: Macintosh User Group PLEIADES in opus
X-Newsreader: TIN [version 1.2 PL0]
References: <61cg0o$4312@green.obicnet.ne.jp>
Date: Tue, 7 Oct 1997 09:39:14 GMT
Lines: 22
Xref: galaxy.trc.rwcp.or.jp fj.lang.c:5105
X-originally-archived-at: http://galaxy.rwcp.or.jp/text/cgi-bin/newsarticle2?ng=fj.lang.c&nb=5105&hd=a
X-reformat-date: Mon, 18 Oct 2004 15:18:22 +0900
X-reformat-comment: Tabs were expanded into 4 column tabstops by the Galaxy's archiver. See http://katsu.watanabe.name/ancientfj/galaxy-format.html for more info.

Hideto Shimada (hideto@shimada-precision.co.jp) wrote:
: $ a.out 5
: $BEy$H?t;z$rEO$7$F$=$l$r%W%m%0%i%`$NCf$G(B
: if(i=0; i<argv[1] i++)
: $B$H8@$&$h$&$J0UL#$G;H$$$?$$$N$G$9$,(B
main(int argc, char **argv)
{
int i;

if (argc == 2)
return 1;
for (i = 0; i < atoi(argv[1]); i++)
...
return 0;
}

# o $BNW;~JQ?t$KF~$l$F$*$$$?J}$,8zN($$$$$G$9$M!#(B
# o int$B$G$b(Blong$B$G$bG<$^$i$J$$$0$i$$$NBg$-$J?t;z$N$H$-$O(B?
  $B%X(B_$B%X(B   ________________________
$B%_!&!&(B $B%_(B  void@merope.opus.or.jp
 (  $B!k(B )$B!A(B            $BF|2<ItM[0l(B
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
