Category : Files from Magazines
Archive   : CUJ9301.ZIP
Filename : 1101082A

 
Output of file : 1101082A contained in archive : CUJ9301.ZIP
////////////
// isam.h //
////////////

#ifndef isam_h
#define isam_h
extern "C" {
#include // CBTREE header
#include // CBTREE header
}

typedef char *(*t_func)(char *);
typedef int (*rel_func)(char *);

class Isam
{
private:
int elements, fd[2], btr[10], indices, backingout;
long * loc;
char ** oldrec, * okey, * nkey, ** inames;
BTC * btc; // CBTREE specific
int getxxx (int index, int opt); // CBTREE specific
void backout (int ele, char op, int index = -1,
int result = 0);
public:
char ** rec;

Isam (const char *datafilename, int e = 1);
~Isam ();

int read (const char *key, int ele_limit = 0,
int idx = 0, int ele = 0);
int write ();
void clear ();
int getfirst (int index = 0);
int getnext (int index = 0);
int getge (char *key, int index = 0);
int keynum (const char *btname);
void reindex (rel_func func);
};

char * nospace(const char *arg);
int eprintf(const char *format, ...);
char * ToUpper(const char *c);

///////////////////////////////
// catalog utility functions //
///////////////////////////////

int catalog_number (char *name);
t_func cataloged_func (int f );

#endif



  3 Responses to “Category : Files from Magazines
Archive   : CUJ9301.ZIP
Filename : 1101082A

  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/