Added long type format.

oldstable
Alexandre Julliard 1999-01-19 17:06:13 +00:00
parent f727b4327d
commit 9120c0ad3d
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
%formats =
(
"int" => "%d",
"long" => "%ld",
"char" => "%c",
"char[0]" => "\\\"%.*s\\\"",
"unsigned int" => "%08x",