home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0010 - 0019 / ibm0010-0019 / ibm0010.tar / ibm0010 / CLIPB52.ZIP / HUFF.ZIP / @@@NOTES.@@@ next >
Encoding:
Text File  |  1990-05-23  |  861 b   |  24 lines

  1. <<<<<<<<<<************ SOURCE CODE ***************>>>>>>>>>>>>>>
  2.  
  3.  
  4.     Source code from Carl Huff's presentation on "Extend System
  5. Fundamentals" as presented at the Clipper Developers Conference
  6. in the Spring of 1990.
  7.  
  8.  
  9.         ** Clipper code **              ** Assembler code **
  10.  
  11.             test.prg                        connects.asm
  12.             test2.prg                       mkdir.asm
  13.                                             rmdir.asm
  14.                                             is_net.asm
  15.  
  16.  
  17.            ** C code **                 ** object modules **
  18.  
  19.             is_net.c                        connects.obj
  20.             sample.c                        is_net.obj
  21.             sample2.c                       rmdir.obj
  22.             sample3.c                       mkdir.obj
  23.             who.c                           who.obj
  24.