
possessive()(3)         C LIBRARY FUNCTIONS         possessive()(3)

NAME
     possessive() - get the possessive gender form

SYNOPSIS
     string possessive(mixed thingy)

DESCRIPTION
     Returns the possessive form ('his', 'her', 'its') of thinghy.
     Thinghy may be either an object (in which case query_gender()
     is called) or a string ('male', 'female', 'other').

SEE ALSO
     objective(3), nominative(3).
