File: misc.h

package info (click to toggle)
elvis 2.1i-3
  • links: PTS
  • area: non-free
  • in suites: hamm
  • size: 4,120 kB
  • ctags: 5,838
  • sloc: ansic: 53,854; sh: 811; makefile: 263
file content (14 lines) | stat: -rw-r--r-- 425 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* misc.h */
/* Copyright 1995 by Steve Kirkendall */

extern CHAR	empty[];
extern CHAR	blanks[];
extern char	**arglist;
extern int	argnext;
BEGIN_EXTERNC
extern int	buildCHAR P_((CHAR **refstr, _CHAR_ ch));
extern int	buildstr P_((CHAR **refstr, char *add));
extern MARK	wordatcursor P_((MARK cursor));
extern CHAR	*addquotes P_((CHAR *chars, CHAR *str));
extern CHAR	*removequotes P_((CHAR *chars, CHAR *str));
END_EXTERNC