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