home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 26 / AACD 26.iso / AACD / Programming / ace_gpl_release / prgs / externfunc / string.b < prev    next >
Encoding:
Text File  |  1996-08-28  |  144 b   |  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.