home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 91 / af091a.adf / af91a3.lzx / prgs / ExternFunc / string.b < prev    next >
Text File  |  2019-03-25  |  144b  |  10 lines

  1. {*
  2. ** Get a string from an externally referenced C function.
  3. **
  4. ** bas -O string string.o
  5. *}
  6.  
  7. DECLARE FUNCTION STRING foo() EXTERNAL
  8.  
  9. PRINT foo
  10.