CompuServe Thread

#'C' printf function.

3 messages in this thread
#5797From: Rejean GravelDec 23, 1990 2:31 PM
Hi all, I have a question… do I have to create a function that will allow my to print in the following format ' 2,129,398,338,00 ' (commas) or is there a function available in 'C' for doing this??? At first, I thought I could use some 'printf' parameters but didn't find one that'd do it for me. I don't really mind making the function, but if the wheel already exists…. (grin). Thanks in advance. Rej
#5805From: Don Curtis/SYSOPDec 23, 1990 5:38 PM
Rej, I don't know of a library function to do that. I know I had to write on here at work for our UNIX box. Don
#5827From: Rejean GravelDec 24, 1990 1:27 PM
Thanks Don. Rej