home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d9xx / d924 / edwordpro.lha / EdWordPro / KeywordFiles / C.key < prev    next >
Text File  |  1993-10-07  |  2KB  |  91 lines

  1. ;
  2. ; ##################################################################
  3. ; ##                                                              ##
  4. ; ##  Filename : C.key                                            ##
  5. ; ##    Author : Martin Reddy                                     ##
  6. ; ##      Date : 19/8/92                                          ##
  7. ; ##   Purpose : This file contains keyword definitions which     ##
  8. ; ##             are used by the C programming language and one   ##
  9. ; ##             or two common prototypes from stdio.h            ##
  10. ; ##  Keywords : This file contains 65 keywords                   ##
  11. ; ##   Used By : Any version of the text editor EdWord.           ##
  12. ; ##      Help : A description of the file format for creating    ##
  13. ; ##             your own Keyword Definition Files and how to use ##
  14. ; ##             them is held in the EdWordHelp program.          ##
  15. ; ##                                                              ##
  16. ; ##################################################################
  17. ;
  18.  
  19. DELIM_OPEN=",/*
  20. DELIM_CLOSE=",*/
  21. INDENT_SYMBOL={
  22. UNINDENT_SYMBOL=}
  23.  
  24. argc
  25. argv
  26. auto
  27. bitdef
  28. bool
  29. break
  30. case
  31. char
  32. const
  33. continue
  34. define
  35. default
  36. do
  37. double
  38. else
  39. enum
  40. equ
  41. exit
  42. extern
  43. fclose
  44. float
  45. fopen
  46. for
  47. fprintf
  48. fscanf
  49. getc
  50. getchar
  51. goto
  52. if
  53. int
  54. include
  55. label
  56. main
  57. printf
  58. putc
  59. putchar
  60. register
  61. return
  62. scanf
  63. signed
  64. sizeof
  65. static
  66. struct
  67. structure
  68. switch
  69. typedef
  70. union
  71. unsigned
  72. volatile
  73. while
  74.  
  75. APTR
  76. BYTE
  77. CPTR
  78. FALSE
  79. LONG
  80. NULL
  81. RPTR
  82. SHORT
  83. TRUE
  84. UBYTE
  85. ULONG
  86. USHORT
  87. UWORD
  88. VOID
  89. WORD
  90.  
  91.