public inbox for linux-newbie@vger.kernel.org
 help / color / mirror / Atom feed
* how to print a 64  bit variable in Linux
@ 2005-07-21 13:03 Mukund JB.
  2005-07-21 13:42 ` SVisor
  0 siblings, 1 reply; 2+ messages in thread
From: Mukund JB. @ 2005-07-21 13:03 UTC (permalink / raw)
  To: linux-newbie

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?
 
Regards,
Mukund Jampala
 

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: how to print a 64  bit variable in Linux
  2005-07-21 13:03 how to print a 64 bit variable in Linux Mukund JB.
@ 2005-07-21 13:42 ` SVisor
  0 siblings, 0 replies; 2+ messages in thread
From: SVisor @ 2005-07-21 13:42 UTC (permalink / raw)
  To: linux-newbie

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 majordomo@vger.kernel.org
> 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 majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-07-21 13:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-21 13:03 how to print a 64 bit variable in Linux Mukund JB.
2005-07-21 13:42 ` SVisor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox