
CENTER(1)                                               CENTER(1)

NAME
       center() - centers a given string in a field

SYNOPSIS
       varargs string center(string str, int x)

DESCRIPTION
       This function will center the string given as the first
       argument in a string field as wide as specified by the
       second argument.  The second argument is optional.  If the
       second argument is not supplied, a string width of 80 is
       assumed.

LOCATION
       /secure/sefun/strings.c

SEE ALSO
       arrange_string(), wrap()

Author
       Descartes of Borg

                                                                1

