Re: [Vala] printing int64 value to standard output
- From: Abhijit Hoskeri <abhijithoskeri gmail com>
- To: "D.H. Bahr" <dbahr uci cu>
- Cc: vala-list gnome org
- Subject: Re: [Vala] printing int64 value to standard output
- Date: Mon, 14 May 2012 10:20:26 -0700
On Mon, May 14, 2012 at 10:09 AM, D.H. Bahr <dbahr uci cu> wrote:
Hello there, how can I print an int64 variable to stdout??
int64 timestamp = 1234151912;
stdout.printf("%?", timestamp);
%lld is the format string you need.
Regards,
Abhijit
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]