]> www.ginac.de Git - cln.git/blob - src/real/format-output/cl_fmt_tens.cc
Initial revision
[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 const char * const cl_format_tens [10] = {
13         NULL,
14         NULL,
15         "twenty",
16         "thirty",
17         "forty",
18         "fifty",
19         "sixty",
20         "seventy",
21         "eighty",
22         "ninety",
23 };