Function wrap:
Defined in module string (file: /secure/simul_efun/string.c)

 Wrap function from Jihad @ Lima Bean.  Takes the string to wrap,
 and optionally a width to wrap it to and optionally an indent for
 any line after the first.

Prototype:
varargs string wrap(string str, int width, int indent);
