On Mon, May 14, 2012 at 10:09 AM, D.H. Bahr <db...@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
_______________________________________________
vala-list mailing list
vala-list@gnome.org
http://mail.gnome.org/mailman/listinfo/vala-list

Reply via email to