home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / jove-4.16-src.tgz / tar.out / bsd / jove / case.h < prev    next >
C/C++ Source or Header  |  1996-09-28  |  627b  |  17 lines

  1. /************************************************************************
  2.  * This program is Copyright (C) 1986-1996 by Jonathan Payne.  JOVE is  *
  3.  * provided to you without charge, and with no warranty.  You may give  *
  4.  * away copies of JOVE, including sources, provided that this notice is *
  5.  * included in all the files.                                           *
  6.  ************************************************************************/
  7.  
  8. /* Commands: */
  9.  
  10. extern void
  11.     CasRegLower proto((void)),
  12.     CasRegUpper proto((void)),
  13.     CapChar proto((void)),
  14.     CapWord proto((void)),
  15.     LowWord proto((void)),
  16.     UppWord proto((void));
  17.