#include #include extern "C" F77_RET_T F77_FUNC (barf, BARF) (void); DEFUN_DLD (foo, , , "") { F77_XFCN (barf, BARF, ()); return octave_value_list (); }