[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

using "load-foreign" for standard library routines



If I want reference foreign commands that reside in 
standard C libraries under unix, like fopen, fread, etc,
is there a way to perform a define-foreign and load-foreign
to reference these commands without writing dummy stub routines
in a stand alone object file that call these library routines
indirectly.  

Peter