#ifndef _nag_e04uef_
#define _nag_e04uef_

#define e04uef  e04uef_

/**
example of C-wrapper for function calls

check out first
/map/gfx0/tools/linux/src/naginclude/
some functions have been deprecated/replaced.

if the function you want is not listed there you may have to write 
your own wrapper based on the nag online documentation.


to do so, follow the example below.
please drop an email to gfxtools@cs when done.

gem@cs
**/



extern "C" void e04uef(
		       char* str, 
		       int len
		       );

#endif
