home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 405.lha / AppleII_Emulators_src / src-2 / dir_handler.c < prev    next >
Encoding:
C/C++ Source or Header  |  1990-06-28  |  129 b   |  11 lines

  1. #include <cpu_prog_model.h>
  2. #include <stdio.h>
  3.  
  4. #define FALSE   0
  5. #define TRUE    1
  6.  
  7. open_dir( path_name)
  8. char  path_name [];
  9. {
  10.  
  11.