]> www.ginac.de Git - cln.git/blob - src/real/format-output/cl_fmt_tens.cc
* All Files have been modified for inclusion of namespace cln;
[cln.git] / src / real / format-output / cl_fmt_tens.cc
1 // cl_format_tens.
2
3 // General includes.
4 #include "cl_sysdep.h"
5
6 // Specification.
7 #include "cl_format.h"
8
9
10 // Implementation.
11
12 namespace cln {
13
14 const char * const cl_format_tens [10] = {
15         NULL,
16         NULL,
17         "twenty",
18         "thirty",
19         "forty",
20         "fifty",
21         "sixty",
22         "seventy",
23         "eighty",
24         "ninety",
25 };
26
27 }  // namespace cln