|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T s
Length: 720 (0x2d0) Types: TextFile Names: »strings.c«
└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki └─⟦this⟧ »EUUGD11/euug-87hel/sec1/vn/strings.c«
/* ** vn news reader. ** ** strings.c - character strings ** ** see copyright disclaimer / history in vn.c source file */ #include "vn.h" #include "head.h" char *Version = "12/86"; char *No_msg = "No articles"; char *Hdon_msg = "Headers being printed"; char *Hdoff_msg = "Headers being suppressed"; char *Roton_msg = "ROT 13"; char *Rotoff_msg = "NO ROT"; char *Aformat = AFORMAT; char *Contstr = " ******** any key to continue ********"; char *R_head = RHEAD; char *M_head = MHEAD; char *P_head = PHEAD; char *D_head = DHEAD; char *F_head = FHEAD; char *FT_head = FTHEAD; char *T_head = THEAD; char *L_head = LHEAD; char *N_head = NHEAD; char *RT_head = RTHEAD; char *TO_head = TOHEAD; char *DIS_head = DISHEAD;