Category : Files from Magazines
Archive   : CUJ9412.ZIP
Filename : XLATE.H

 
Output of file : XLATE.H contained in archive : CUJ9412.ZIP
/**************************************************************************
* File Name : XLATE.H
* Description : XLATE Header File
* Author : R. Scott Guthrie / All Rights Reserved
**************************************************************************/
/* FUNCTION PROTOTYPES */
void XlateSet(char *source_file_name);
int XlateLoad(char *source_file_name);
int XlateLoadBinary(FILE *fd);
int XlateLoadText(FILE *fd);
int XlateGetString(FILE *fd, char *string);
int XlateCreateTable(int entries);
int XlateSearchCompare(const void *a, const void *b);
int XlateSortCompare(const void *a, const void *b);
char* Xlate(char *s);
void XlateFree(void);

/* CONSTANTS */
#define XlateDefaultFileName "DEFAULT"
#define XlateOpenDelimeter '['
#define XlateCloseDelimeter ']'
#define XlateEscapeCharacter '\\'
#define XlateMaxLength 128

/* Translate Node Definition */
typedef struct
{
char *translate_key;
char *translated_value;
} XLATE;

/* end source file 'XLATE.H' */


  3 Responses to “Category : Files from Magazines
Archive   : CUJ9412.ZIP
Filename : XLATE.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/