home *** CD-ROM | disk | FTP | other *** search
- <<<<<<<<<<************ SOURCE CODE ***************>>>>>>>>>>>>>>
-
-
- Source code from Carl Huff's presentation on "Extend System
- Fundamentals" as presented at the Clipper Developers Conference
- in the Spring of 1990.
-
-
- ** Clipper code ** ** Assembler code **
-
- test.prg connects.asm
- test2.prg mkdir.asm
- rmdir.asm
- is_net.asm
-
-
- ** C code ** ** object modules **
-
- is_net.c connects.obj
- sample.c is_net.obj
- sample2.c rmdir.obj
- sample3.c mkdir.obj
- who.c who.obj
-