home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / jove-4.16-src.tgz / tar.out / bsd / jove / c.h < prev    next >
C/C++ Source or Header  |  1996-09-28  |  1KB  |  34 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 Bufpos
  9.     *c_indent proto((bool brace)),
  10.     *m_paren proto((DAPchar p_type, int dir, bool can_mismatch, bool can_stop));
  11.  
  12. extern void    mp_error proto((void));
  13.  
  14. /* Variables: */
  15.  
  16. extern int    CArgIndent;        /* VAR: how to indent arguments to C functions */
  17. #ifdef CMT_FMT
  18. extern char    CmtFmt[80];        /* VAR: comment format */
  19. #endif
  20.  
  21. /* Commands: */
  22. extern void
  23.     BList proto((void)),
  24.     BSexpr proto((void)),
  25.     BUpList proto((void)),
  26. #ifdef CMT_FMT
  27.     Comment proto((void)),
  28. #endif
  29.     FDownList proto((void)),
  30.     FList proto((void)),
  31.     FSexpr proto((void)),
  32.     LRShift proto((void)),
  33.     RRShift proto((void));
  34.