home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / jove-4.16-src.tgz / tar.out / bsd / jove / misc.h < prev    next >
C/C++ Source or Header  |  1996-09-28  |  917b  |  30 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. extern void
  9.     skip_wht_space proto((void));
  10.  
  11. /* Commands: */
  12.  
  13. extern void
  14.     ChrToOct proto((void)),
  15.     GoLine proto((void)),
  16.     KillBos proto((void)),
  17.     KillEOL proto((void)),
  18.     KillEos proto((void)),
  19.     KillExpr proto((void)),
  20.     Leave proto((void)),
  21.     NotModified proto((void)),
  22.     SetLMargin proto((void)),
  23.     SetRMargin proto((void)),
  24.     StrLength proto((void)),
  25.     ToIndent proto((void)),
  26.     TransChar proto((void)),
  27.     TransLines proto((void)),
  28.     Yank proto((void)),
  29.     prCTIME proto((void));
  30.