home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / OTL-MCE.DMS / in.adf / MaxonED.lha / MEd-Data / C4.CST < prev    next >
Encoding:
Text File  |  1996-02-24  |  1.2 KB  |  198 lines

  1. @COLORSTRESS
  2.  
  3. *Normaler Text
  4. 1 1 1 1 0 0
  5.  
  6. *Falte zu
  7. 2 0 1 1 2 0
  8.  
  9. *Faltenkopf
  10. 3 0 1 1 2 0
  11.  
  12. *Faltentext
  13. 4 0 0 1 0 0
  14.  
  15. *Faltenende
  16. 5 0 0 1 0 0
  17.  
  18. *Lesezeichen
  19. 7 1 0 3 0 0
  20.  
  21. Klammern
  22. 0 0 0 2 1 1
  23. (
  24. )
  25. [
  26. ]
  27. {
  28. }
  29.  
  30. C-Befehle
  31. 0 1 0 2 1 1
  32. break
  33. case
  34. continue
  35. default
  36. do
  37. else
  38. for
  39. goto
  40. if
  41. repeat
  42. return
  43. sizeof
  44. switch
  45. typedef
  46. while
  47.  
  48. C-Variablentypen
  49. 0 1 0 3 2 1
  50. auto
  51. char
  52. const
  53. double
  54. enum
  55. extern
  56. float
  57. inline
  58. int
  59. long
  60. register
  61. short
  62. signed
  63. static
  64. struct
  65. union
  66. unsigned
  67. virtual
  68. void
  69. volatile
  70.  
  71. C-Operatoren
  72. 0 1 0 2 3 1
  73. !
  74. "
  75. %
  76. &
  77. '
  78. *
  79. +
  80. ,
  81. -
  82. .
  83. /
  84. :
  85. ;
  86. <
  87. =
  88. >
  89. ?
  90. ^
  91. |
  92. ~
  93.  
  94. C-Kommentare
  95. 0 1 1 0 1 1
  96. */
  97. /*
  98. /*#?*/
  99. //#?
  100.  
  101. C-Sonstiges
  102. 0 1 0 2 0 1
  103. argc
  104. argv
  105. envp
  106. main
  107.  
  108. C++
  109. 0 1 0 2 0 1
  110. catch
  111. class
  112. delete
  113. friend
  114. new
  115. operator
  116. private
  117. protected
  118. public
  119. template
  120. throw
  121. try
  122.  
  123. Precompiler B.
  124. 0 1 1 2 3 1
  125. #define
  126. #elif
  127. #else
  128. #endif
  129. #error
  130. #if
  131. #if!defined
  132. #ifdef
  133. #ifdefined
  134. #ifndef
  135. #include
  136. #include "#?"
  137. #include <#?>
  138. #line
  139. #pragma
  140. #undef
  141.  
  142. Vordefiniertes
  143. 0 1 0 3 0 1
  144. __COMPMODE__
  145. __cplusplus__
  146. __DATE__
  147. __FILE__
  148. __MAXON__
  149. __STDC__
  150. __TIME__
  151.  
  152. Nummern
  153. 0 0 0 3 0 1
  154. 0
  155. 1
  156. 2
  157. 3
  158. 4
  159. 5
  160. 6
  161. 7
  162. 8
  163. 9
  164.  
  165. Strings
  166. 0 1 0 3 0 1
  167. "#?"
  168.  
  169. Lib-Variablentypen
  170. 0 1 0 3 0 1
  171. APTR
  172. BOOL
  173. BPTR
  174. BYTE
  175. BYTEBITS
  176. DOUBLE
  177. FLOAT
  178. GLOBAL
  179. IMPORT
  180. LONG
  181. LONGBITS
  182. REGISTER
  183. RPTR
  184. STATIC
  185. STRPTR
  186. TEXT
  187. UBYTE
  188. ULONG
  189. UWORD
  190. VOID
  191. WORD
  192.  
  193. Lib-Defines
  194. 0 1 1 1 2 1
  195. FALSE
  196. NULL
  197. TRUE
  198.