@c ---------------------------------------------------------------------- @node islower, ctype @subheading Syntax @example #include int islower(int c); @end example @subheading Description Tells if @var{c} is lower case or not. @subheading Return Value Nonzero if @var{c} is lower case, else zero. @subheading Portability @portability ansi, posix