![]() | Programming Guide | ![]() |
Gets a handle to an open file
FILE *sm_fio_handle(int file_stream);file_streamA handle to the required file stream, obtained by sm_fio_open.
C only
sm_fio_handlegets 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.
![]()
![]()
![]()
![]()