Changes between Version 10 and Version 11 of Fundamentals


Ignore:
Timestamp:
05/13/23 09:33:20 (3 years ago)
Author:
siegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Fundamentals

    v10 v11  
    4949If the suffix of the filename of the program is not `.cvl`, then the program must include the line
    5050{{{
    51 #include <civlc.h>
     51#include <civlc.cvh>
    5252}}}
    5353somewhere near the beginning (before any CIVL-C primitives are used).  This includes the main CIVL-C header file, which declares all the types and other CIVL primitives.