printf format

Javier Vilarroig Christensen. javiv at nsi.UUCP
Wed Dec 20 05:20:35 AEST 1989


In article <5761 at ozdaltx.UUCP> root at ozdaltx.UUCP (root) writes:
>In the back of my mind, it seems like I read that there is a format
>character used in printf(C) that allows the formatting of numbers.
[lines deleted]
>If printf does not have this ability, it should be added.  
>
>thanks in advance....
>Scotty

It's imposible to do this with printf. You must make a funtion to do it in
a string, and then feed it to printf.





-- 
+------------------------------------+-------------------------------------+
| Javier Vilarroig Christensen       | PHONE: 34 3 210-33-55 (VOICE)       |
| NEXUS Servicios de Informacion S.L.|        34 3 214-72-62 (DATA)        |
+------------------------------------+-------------------------------------+
| SMAIL: Travesera de Dalt 104 Ent. 5| EUNET: javiv at nsi.es                 |
|        08024 - Barcelona - Spain   |        javiv at nexus.nsi.es           |
+------------------------------------+-------------------------------------+



More information about the Comp.lang.c mailing list