[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Function            isallupper - are all characters in string
                                     upper case

  Syntax              boolean isallupper(char *str);

  Prototype in        stringhk.h

  Remarks             checks if all characters in str are upper case.

  Return value        returns TRUE if all characters in str are upper
                      case, FALSE otherwise.

  See also            isallalpha(), isallalphanum(), isalllower()


See Also: isallalpha() isallalphanum() isalllower()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson