Description
int
fdf_errno ( void )
fdf_errno() returns the error code set by
the last FDF function call. This is zero
for a successfull operation or a non-zero error code on failure.
A textual description may be obtained using the
fdf_error() function.
See also fdf_error().