Programming Guide



sm_fio_error_set

Sets the file I/O error

int sm_fio_error_set(int new_error);

new_error
The error code to set, one of the file I/O error codes shown in the Returns section below.

Returns

Description

sm_fio_error_set sets the error code for Panther's file I/O processing functions. Use this function to clear the last-reported error.

For an example of this function, refer to sm_fio_error.