// cl_format_tens.

// General includes.
#include "cl_sysdep.h"

// Specification.
#include "cl_format.h"


// Implementation.

namespace cln {

const char * const cl_format_tens [10] = {
	NULL,
	NULL,
	"twenty",
	"thirty",
	"forty",
	"fifty",
	"sixty",
	"seventy",
	"eighty",
	"ninety",
};

}  // namespace cln


syntax highlighted by Code2HTML, v. 0.9.1