Changes between Version 13 and Version 14 of Challenge


Ignore:
Timestamp:
03/12/19 04:31:56 (7 years ago)
Author:
siegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Challenge

    v13 v14  
    3232== CIVL-C Reference ==
    3333
    34 Almost everything from sequential C is allowed.
     34For installation instructions: [wiki:"CIVL Manual: Introduction"].
     35
     36Almost everything from standard sequential C is allowed.
    3537The standard library is partially implemented, including:
    3638  `printf`, `assert`, `malloc`, `free`, ....
    3739Be sure to include the appropriate headers.
     40
     41In standard C, function definitions can occur only in file scope.
     42In CIVL-C, they can occur in any scope.
    3843
    3944 `$input decl`::