functions.h
Go to the documentation of this file.
1 #ifndef __TERRALIB_FUN_EXAMPLE_LIBRARY_H__
2 #define __TERRALIB_FUN_EXAMPLE_LIBRARY_H__
3 
4 #include "Config.h"
5 
6 extern "C"
7 {
8  /* Calculates the fatorial of a number */
9  TECOREEXEMPEXPORT int fatorial(int v);
10 }
11 
12 #endif //__TERRALIB_FUN_EXAMPLE_LIBRARY_H__
TECOREEXEMPEXPORT int fatorial(int v)
Definition: functions.cpp:3