home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Windows Tools / SOS-WIN_TOOLS.ISO / programm / shell / w_one41 / split.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-09-30  |  1.1 KB  |  31 lines

  1. #include "woio.h"
  2.  
  3. /******************************************************************\
  4. *                                                                  *
  5. *           w       w                oooo                           *
  6. *           w       w  iii  n   n   o    o   n   n  eeee            *
  7. *           w       w   i   nn  n  o      o  nn  n  e               *
  8. *           w   w   w   i   n n n  o      o  n n n  eee             *
  9. *              w w w w    i   n  nn   o    o   n  nn  e               *
  10. *              w   w    iii  n   n    oooo    n   n  eeee            *
  11. *                                                                      *
  12. *     C o m m a n d   L a n g u a g e   I n t e r p r e t e r      *
  13. *                                                                      *
  14. *                                                                      *
  15. *    Written by Lucien Cinc                                         *
  16. *    Copyright (c) 1992, 1993                                       *
  17. *                                                                  *
  18. \******************************************************************/
  19.  
  20. #include <stdlib.h>
  21. #include <dos.h>
  22. #include <dir.h>
  23. #include <fcntl.h>
  24. #include <string.h>
  25. #include <io.h>
  26. #include <alloc.h>
  27.  
  28. #define VERSION 12    // version 1.2
  29. #define BUFSIZE    8192
  30.  
  31.