home *** CD-ROM | disk | FTP | other *** search
- ;
- ; ##################################################################
- ; ## ##
- ; ## Filename : C.key ##
- ; ## Author : Martin Reddy ##
- ; ## Date : 19/8/92 ##
- ; ## Purpose : This file contains keyword definitions which ##
- ; ## are used by the C programming language and one ##
- ; ## or two common prototypes from stdio.h ##
- ; ## Keywords : This file contains 65 keywords ##
- ; ## Used By : Any version of the text editor EdWord. ##
- ; ## Help : A description of the file format for creating ##
- ; ## your own Keyword Definition Files and how to use ##
- ; ## them is held in the EdWordHelp program. ##
- ; ## ##
- ; ##################################################################
- ;
-
- DELIM_OPEN=",/*
- DELIM_CLOSE=",*/
- INDENT_SYMBOL={
- UNINDENT_SYMBOL=}
-
- argc
- argv
- auto
- bitdef
- bool
- break
- case
- char
- const
- continue
- define
- default
- do
- double
- else
- enum
- equ
- exit
- extern
- fclose
- float
- fopen
- for
- fprintf
- fscanf
- getc
- getchar
- goto
- if
- int
- include
- label
- main
- printf
- putc
- putchar
- register
- return
- scanf
- signed
- sizeof
- static
- struct
- structure
- switch
- typedef
- union
- unsigned
- volatile
- while
-
- APTR
- BYTE
- CPTR
- FALSE
- LONG
- NULL
- RPTR
- SHORT
- TRUE
- UBYTE
- ULONG
- USHORT
- UWORD
- VOID
- WORD
-
-