Category : File Managers
Archive   : BM.ZIP
Filename : BM.H

 
Output of file : BM.H contained in archive : BM.ZIP
#define FIRSTCHAR ' '
#define MAXCHAR 0377
#define MAXBUFF 8192
#define MAXSIZE 100
#define MAXPATS 100 /* max number of patterns */
#define min(x,y) (x) < (y) ? (x) : (y)
#define max(x,y) (x) > (y) ? (x) : (y)
struct PattDesc {
int *Skip1, *Skip2; /* pointers to skip tables */
char *Pattern;
int PatLen; /* pattern length */
char *Start; /* starting position of search (at beginning of pattern) */
int Success; /* true when pattern found */
};


  3 Responses to “Category : File Managers
Archive   : BM.ZIP
Filename : BM.H

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/