DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T i

⟦b01f072f6⟧ TextFile

    Length: 701 (0x2bd)
    Types: TextFile
    Names: »intrp.h«

Derivation

└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987
    └─⟦this⟧ »EUUGD18/General/Warp/intrp.h« 

TextFile

/* $Header: intrp.h,v 7.0.1.1 86/12/12 16:59:45 lwall Exp $
 *
 * $Log:	intrp.h,v $
 * Revision 7.0.1.1  86/12/12  16:59:45  lwall
 * Baseline for net release.
 * 
 * Revision 7.0  86/10/08  15:12:27  lwall
 * Split into separate files.  Added amoebas and pirates.
 * 
 */

EXT char *origdir INIT(Nullch);		/* cwd when warp invoked */
EXT char *homedir INIT(Nullch);		/* login directory */
EXT char *dotdir INIT(Nullch);		/* where . files go */
EXT char *logname INIT(Nullch);		/* login id */
EXT char *hostname INIT(Nullch);	/* host name */
EXT char *realname INIT(Nullch);	/* real name from /etc/passwd */

void    intrp_init();
char	*filexp();
char	*dointerp();
void	interp();
char	*getrealname();