Simulated External Functions

string formal_number(int);

Takes the number int and returns the value in words, so int==45 will return "fourty-five".  This only works for positive numbers up to 99 at which point the quantity will be "dozens".

file: /doc/sefun/numbers.c
