Elements
6.0.1
A C++ base framework for the Euclid Software.
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
ElementsExamples
src
CProgram
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
myFunc
int myFunc(void)
Definition:
util.c:29
MY_CONST
int MY_CONST
Definition:
util.c:27
main
int main(int argc, char *argv[])
Definition:
cutout.c:31
util.h
Generated by
1.8.5