Elements  6.2
A C++ base framework for the Euclid Software.
cutout.c
Go to the documentation of this file.
1 
26 #include <stdio.h>
27 
28 #include "ElementsExamples/util.h"
29 
30 
31 int main(int argc, char *argv[]) {
32 
33  printf("This is a constant: %d\n", MY_CONST);
34  printf("This is the function result: %d\n", myFunc());
35 
36  return 0;
37 }
38 
main
int main(int argc, char *argv[])
Definition: cutout.c:31
myFunc
int myFunc(void)
Definition: util.c:29
MY_CONST
int MY_CONST
Definition: util.c:27
util.h