Path: ccsf.homeunix.org!ccsf.homeunix.org!news1.wakwak.com!nf1.xephion.ne.jp!onion.ish.org!news.daionet.gr.jp!news.yamada.gr.jp!newsfeed.media.kyoto-u.ac.jp!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.wirehub.nl!194.72.7.126.MISMATCH!news-peer-test!news-peer0-test!btnet!newshosting.com!nx01.iad01.newshosting.com!border1.nntp.ash.giganews.com!nntp.giganews.com!news.glorb.com!postnews2.google.com!not-for-mail From: mihogaoka2001@yahoo.com (miho) Newsgroups: fj.comp.lang.c Subject: Re: strcpy, strlcpy. Date: 31 Mar 2004 03:51:47 -0800 Organization: http://groups.google.com Lines: 81 Message-ID: <6500ebba.0403310351.f764bf9@posting.google.com> References: NNTP-Posting-Host: 219.121.23.88 Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1080733907 25506 127.0.0.1 (31 Mar 2004 11:51:47 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 31 Mar 2004 11:51:47 +0000 (UTC) Xref: ccsf.homeunix.org fj.comp.lang.c:270 C 言語だと(b)のように書くのが普通で, (b)のほうが読み易いと感じる人が非常に多いでしょうから, ちょっと例としては良くないかもしれませんが, 本質はそこではないことをご理解下さい. for (i=0; i!=sup; ++i) { ... } /* (a) */ for (i=0; i