Newsgroups: fj.lang.c
Path: galaxy.trc.rwcp.or.jp!coconuts.jaist!wnoc-tyo-news!foretune!lkbreth!merope!void
From: void@merope.pleiades.or.jp (Kusakabe Youichi)
Subject: printf();
Message-ID: <1994Aug30.172356.27149@merope.pleiades.or.jp>
Organization: Macintosh User Group PLEIADES
X-Newsreader: TIN [version 1.2 PL0]
References: <33vmfq$55e@glock.mt.cs.keio.ac.jp>
Date: Tue, 30 Aug 1994 17:23:56 GMT
Lines: 20
Xref: galaxy.trc.rwcp.or.jp fj.lang.c:1550
X-originally-archived-at: http://galaxy.rwcp.or.jp/text/cgi-bin/newsarticle2?ng=fj.lang.c&nb=1550&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.

HOSOKAWA Tatsumi (hosokawa@mt.cs.keio.ac.jp) wrote:
: $B>pJs=hM};n83$@$C$?$i!"$U$D!<(B JIS $B$N(B C $B$@$+$i$3$=$=$s$JLLE]$J$3$H9M$($k(B
: $B$3$H$O$J$$$N$G$O(B? :-)

$B$=$&$G$9$M(B :-)
$B$"!"$H$3$m$G(Bsprintf$B$G;W$$=P$7$?$N$G$9$,!"(B
printf()$B$N;EMM$C$F$I$3$+$G87L)$K5,Dj$5$l$F$$$k$b$N$G$7$g$&$+!#(B
        printf("%7d\n", 123);
        printf("%-7d\n", 123);
        printf("%*d\n", 7, 123);
        printf("%*d\n", -7, 123);
        printf("%-*d\n", 7, 123);
        printf("%-*d\n", -7, 123);
$B$C$F$=$l$>$l$I$&$$$&7k2L$K$J$k$+$C$F$$$&$N$,!"(B
$B=hM}7OKh$K$1$C$3$&0[$J$k$N$G(B...

  $B%X(B_$B%X(B   ----------------------------
$B%_!&!&(B $B%_(B  void@merope.pleiades.or.jp
 (     )$B!A(B          $B$/$5$+$Y$h$&$$$A(B
--------------------------------------
