2. Using Ingres Commands : eqc Command—Invoke Embedded QUEL Preprocessor for C : eqc Examples
 
Share this page                  
eqc Examples
This command preprocesses file1.qc to file1.c:
eqc file1
This command preprocesses file2.xc to file2.c and creates listing file2.lis:
eqc -l file2.xc
This command accepts input from standard input and writes generated code to standard output:
eqc -s
This command preprocesses file3.qc to file3.out:
eqc -ffile3.out file3
This command displays a list of flags available for this command:
eqc
This command preprocesses and compiles the file test1:
eqc test1.qc
cc -c test1.c