|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH]xl: Some small fixes to xl
Stefano Stabellini writes ("Re: [Xen-devel] [PATCH]xl: Some small fixes to xl"):
> Finally in the printf call the best way to print a uint64_t in decimal
> format is using PRId64.
PRIu64 I think you mean. PRId64 is for int64_t.
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|