Defined in : <macros.h>

Definition : string FORMAT_NAME(string name)

Description: Displays a (capitalized) player name in an 11 space field with
             justification to the left to make it easier to print in tables.

Arguments  : string name - the name of the player.

Returns    : string - the name of the player with spaces padded.

Example    : FORMAT_NAME("foobar") -> "Foobar     "

See also   : FORMAT_PLNAME
