aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2013-02-28 22:20:45 +0100
committerJay Berkenbilt <ejb@ql.org>2013-03-05 19:35:46 +0100
commita51ae10b8ddada900c1abacd6284d35f6e65aa08 (patch)
treed49c868810ea244fe78228fbda180f776c238897 /include
parent66c3c8fdf7c60b34039bc9f70cd9bb00e0c0235d (diff)
downloadqpdf-a51ae10b8ddada900c1abacd6284d35f6e65aa08.tar.zst
Remove all calls to sprintf
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QUtil.hh2
1 files changed, 2 insertions, 0 deletions
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