Category : C Source Code
Archive   : PGP20SRC.ZIP
Filename : LANGUAGE.H

 
Output of file : LANGUAGE.H contained in archive : PGP20SRC.ZIP
/*
* language.h
* Include file for PGP foreign language translation facility
*/


/* Strings with PSTR() around them are found by automatic tools and put
* into the special text file to be translated into foreign languages.
* PSTR () (note the space between 'R' and '(') should be used if there
* is no string to be extracted (eg. prototype).
*/

extern char *PSTR (char *s);

extern char language[]; /* language selector prefix for string file */

/* Internal/External representation conversion macros for conversion of
* user ID's (will be implemented in a future release of PGP, now they
* are just dummies)
*/
#define INTERNAL(s) /* String to internal string (at same place) */
#define EXTERNAL(s) s /* String to external string */

extern char INT_C(char c); /* Char to internal char */
extern char EXT_C(char c); /* Char to external char */

/* Plaintext files import/export conversion modes */

#define NO_CONV 0 /* No conversion needed */
#define INT_CONV 1 /* Convert text to internal representation */
#define EXT_CONV 2 /* Convert text to external representation */

extern int CONVERSION; /* Global var to rule copyfiles */


  3 Responses to “Category : C Source Code
Archive   : PGP20SRC.ZIP
Filename : LANGUAGE.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/