home *** CD-ROM | disk | FTP | other *** search
- #include "woio.h"
-
- /******************************************************************\
- * *
- * w w oooo *
- * w w iii n n o o n n eeee *
- * w w i nn n o o nn n e *
- * w w w i n n n o o n n n eee *
- * w w w w i n nn o o n nn e *
- * w w iii n n oooo n n eeee *
- * *
- * 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 *
- * *
- * *
- * Written by Lucien Cinc *
- * Copyright (c) 1992, 1993 *
- * *
- \******************************************************************/
-
- #include <stdlib.h>
- #include <dos.h>
- #include <dir.h>
- #include <fcntl.h>
- #include <string.h>
- #include <io.h>
- #include <alloc.h>
-
- #define VERSION 12 // version 1.2
- #define BUFSIZE 8192
-
-