repo.or.cz
/
claws.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add support for Ayatana indicator to Notification plugin
[claws.git]
/
src
/
plugins
/
litehtml_viewer
/
litehtml
/
num_cvt.h
blob
0eaaa688686a86f9723215ae6a52a5f7afec89c4
1
#ifndef NUM_CVT_H
2
#define NUM_CVT_H
3
4
#include <string>
5
#include
"os_types.h"
6
7
namespace
litehtml
8
{
9
namespace
num_cvt
10
{
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
);
16
}
17
}
18
19
#endif
// NUM_CVT_H