Developer Documentation
int2roman.hh
1
#ifndef INT2ROMAN_HH
2
#define INT2ROMAN_HH
3
4
#include <string>
5
6
std::string int2roman(
size_t
decimal,
size_t
length=30 );
7
8
#endif
OpenFlipper
libs_required
OpenMesh
src
OpenMesh
Examples
Tutorial10
int2roman.hh
Generated on Tue Mar 5 2019 16:53:47 for Developer Documentation by
1.8.13