Elements  6.2
A C++ base framework for the Euclid Software.
util.c
Go to the documentation of this file.
1 
25 #include "ElementsExamples/util.h"
26 
27 int MY_CONST = 42;
28 
29 int myFunc() {
30  return 1;
31 }
myFunc
int myFunc()
Definition: util.c:29
util.h
MY_CONST
int MY_CONST
Definition: util.c:27