Programming Guide |
Gets a handle to an open file
FILE *sm_fio_handle(int file_stream);file_stream
A handle to the required file stream, obtained by sm_fio_open.
C only
sm_fio_handle
gets aFILE
* pointer to a JPL file stream opened bysm_fio_open
. You can pass this handle to routines written in C. This function lets you write your own extensions to Panther file I/O functions.Note: This function cannot be called from JPL.