add support for Ayatana indicator to Notification plugin
[claws.git] / src / plugins / litehtml_viewer / litehtml / num_cvt.h
blob0eaaa688686a86f9723215ae6a52a5f7afec89c4
1 #ifndef NUM_CVT_H
2 #define NUM_CVT_H
4 #include <string>
5 #include "os_types.h"
7 namespace litehtml
9 namespace num_cvt
11 string to_latin_lower(int val);
12 string to_latin_upper(int val);
13 string to_greek_lower(int val);
14 string to_roman_lower(int value);
15 string to_roman_upper(int value);
19 #endif // NUM_CVT_H