Elements 6.1.2
A C++ base framework for the Euclid Software.
Loading...
Searching...
No Matches
util.c
Go to the documentation of this file.
1
26
27int MY_CONST = 42;
28
29int myFunc() {
30 return 1;
31}
int MY_CONST
Definition: util.c:27
int myFunc()
Definition: util.c:29