Simulated External Functions

string plural(string);

Returns the plural form of the input string.  Special cases such as knife->knives and mouse->mice are decoded here.

file: /doc/sefun/numbers.c
