Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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