#include void main () { float nonexpbessi0(float); float x; x=1.0; printf("NONEXPBESSI0 delivers: %2.0f %e\n", x,nonexpbessi0(x)); }