Thanks Svisor,

I missed seeing the printf man pages.
Thanks for the help.

Regards,
Mukund Jampala


>-----Original Message-----
>From: [EMAIL PROTECTED] [mailto:linux-newbie-
>[EMAIL PROTECTED] On Behalf Of SVisor
>Sent: Thursday, July 21, 2005 7:13 PM
>To: linux-newbie@vger.kernel.org
>Subject: Re: how to print a 64 bit variable in Linux
>
>Mukund JB. wrote:
>> Dear all,
>> I have a truly miniature doubt here. sorry for asking this but I
>struggled enough before coming here.
>>
>> How do I print 8 byte (long long type) value in Linux?
>
>long long in dw;
>printf( "%lld",dw );
>
>"man 3 printf"
>Or did I not understand your question.
>
>>
>> Regards,
>> Mukund Jampala
>>
>>
>> -
>> To unsubscribe from this list: send the line "unsubscribe
linux-newbie"
>in
>> the body of a message to [EMAIL PROTECTED]
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>> Please read the FAQ at http://www.linux-learn.org/faqs
>>
>
>-
>To unsubscribe from this list: send the line "unsubscribe linux-newbie"
in
>the body of a message to [EMAIL PROTECTED]
>More majordomo info at  http://vger.kernel.org/majordomo-info.html
>Please read the FAQ at http://www.linux-learn.org/faqs
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to