We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c5237c commit daa6130Copy full SHA for daa6130
README.C89
@@ -25,7 +25,7 @@ COS core generates code conform to ISO C89 but it requires a ISO C99 preprocesso
25
CosBase (core) can be compiled with a standalone C99 preprocessor and a C89 compiler.
26
27
CosStd and other modules require a C99 compiler or a compiler which supports at least
28
- - compound litterals (automatic constructors)
+ - compound literals (automatic constructors)
29
- flexible arrays (some class cluster definition like Array)
30
- 64 bits integers on non 64 bits architectures (class Long)
31
- complex numbers (class Complex)
0 commit comments