For the complete documentation index, see llms.txt. This page is also available as Markdown.

loader_input_t

Open an input file for reading
     filename - name of the file to open
     is_remote- !=0 means to open a file on the remote computer
                (possible only during remote debugging)
Returns loader_input_t object or 0

loader_input_t open_loader_input(string filename, long is_remote);

Last updated

Was this helpful?