From a51ae10b8ddada900c1abacd6284d35f6e65aa08 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Thu, 28 Feb 2013 16:20:45 -0500 Subject: Remove all calls to sprintf --- include/qpdf/QUtil.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/qpdf/QUtil.hh b/include/qpdf/QUtil.hh index 5b71a362..02d98876 100644 --- a/include/qpdf/QUtil.hh +++ b/include/qpdf/QUtil.hh @@ -22,6 +22,8 @@ namespace QUtil QPDF_DLL std::string int_to_string(long long, int length = 0); QPDF_DLL + std::string int_to_string_base(long long, int base, int length = 0); + QPDF_DLL std::string double_to_string(double, int decimal_places = 0); QPDF_DLL -- cgit v1.2.3-70-g09d2