home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / c / 12425 < prev    next >
Encoding:
Text File  |  1992-08-17  |  833 b   |  30 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!trirex!root
  3. From: dharris@trirex.com (Doug Harris)
  4. Subject: Variable field width portable? (was question about \t)
  5. Message-ID: <1992Aug17.160134.7299@Trirex.COM>
  6. Sender: root@Trirex.COM (Operator)
  7. Reply-To: dharris@trirex.com
  8. Organization: Trirex Systems Inc.
  9. Date: Mon, 17 Aug 1992 16:01:34 GMT
  10. Lines: 18
  11.  
  12. Jutta Degener writes
  13. >To print a string indented by n spaces:
  14. >
  15. >    printf("%*s%s\n", n, "", string);
  16. >
  17.  
  18. Is this portable?  I'd never seen this before and it's not in the ANSI
  19. C book that I have (_The Waite Group's Essential Guide to ANSI C_), but
  20. it compiles and runs as advertised under NeXT's GNU C compiler...
  21.  
  22. curious,
  23. doug
  24.  
  25. --
  26.                 |          Doug Harris          |
  27.                 |      Trirex Systems Inc.      |
  28.                 | dharris@trirex.com (NeXTMail) |
  29.                 |        dough@panix.com        |
  30.