File: c.h

package info (click to toggle)
jove 4.16-3
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 1,804 kB
  • ctags: 2,864
  • sloc: ansic: 27,140; makefile: 399
file content (33 lines) | stat: -rw-r--r-- 1,036 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
/************************************************************************
 * This program is Copyright (C) 1986-1996 by Jonathan Payne.  JOVE is  *
 * provided to you without charge, and with no warranty.  You may give  *
 * away copies of JOVE, including sources, provided that this notice is *
 * included in all the files.                                           *
 ************************************************************************/

extern Bufpos
	*c_indent proto((bool brace)),
	*m_paren proto((DAPchar p_type, int dir, bool can_mismatch, bool can_stop));

extern void	mp_error proto((void));

/* Variables: */

extern int	CArgIndent;		/* VAR: how to indent arguments to C functions */
#ifdef CMT_FMT
extern char	CmtFmt[80];		/* VAR: comment format */
#endif

/* Commands: */
extern void
	BList proto((void)),
	BSexpr proto((void)),
	BUpList proto((void)),
#ifdef CMT_FMT
	Comment proto((void)),
#endif
	FDownList proto((void)),
	FList proto((void)),
	FSexpr proto((void)),
	LRShift proto((void)),
	RRShift proto((void));