Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
someCFunc.h
Go to the documentation of this file.
1 
2 #ifdef __cplusplus
3 extern "C" {
4 #endif
5 
6 int someCFunc(int input, int *ierr);
7 
8 #ifdef __cplusplus
9 } // extern "C"
10 #endif
int someCFunc(int input, int *ierr)
Definition: someCFunc.cpp:8