File: case.h

package info (click to toggle)
jove 4.16.0.70-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,968 kB
  • ctags: 2,935
  • sloc: ansic: 27,529; makefile: 499; sh: 42
file content (16 lines) | stat: -rw-r--r-- 639 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/**************************************************************************
 * This program is Copyright (C) 1986-2002 by Jonathan Payne.  JOVE is    *
 * provided by Jonathan and Jovehacks without charge and without          *
 * warranty.  You may copy, modify, and/or distribute JOVE, provided that *
 * this notice is included in all the source files and documentation.     *
 **************************************************************************/

/* Commands: */

extern void
	CasRegLower proto((void)),
	CasRegUpper proto((void)),
	CapChar proto((void)),
	CapWord proto((void)),
	LowWord proto((void)),
	UppWord proto((void));