/* Copyright 1998, Numerical Algorithms Group Ltd, Oxford, UK. Fortran Library ***** Marks 15, 16, 17 and 18. ***** Standard Unix version without underscores Header file to enable the NAG library of Fortran routines to be called from within a C program. Addition of NFUE04 */ #ifdef __cplusplus extern "C" { #endif extern void NFUE04( #ifdef __STDC__ int *n, int *jthcol, double h[] /* 2 dimension */, int *ldh, double x[], double hx[] #endif ); #ifdef __cplusplus } #endif