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 t

⟦c2e5f2dfe⟧ TextFile

    Length: 926 (0x39e)
    Types: TextFile
    Names: »tb_misc.c«

Derivation

└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0
    └─⟦dc59850a2⟧ »EurOpenD22/pp5.0/pp-5.tar.Z« 
        └─⟦e5a54fb17⟧ 
            └─⟦this⟧ »pp-5.0/Lib/pp/tb_misc.c« 

TextFile

/* tb_misc.c: msic tables */

# ifndef lint
static char Rcsid[] = "@(#)$Header: /cs/research/pp/hubris/pp-beta/Lib/pp/RCS/tb_misc.c,v 5.0 90/09/20 16:11:49 pp Exp Locker: pp $";
# endif

/*
 * $Header: /cs/research/pp/hubris/pp-beta/Lib/pp/RCS/tb_misc.c,v 5.0 90/09/20 16:11:49 pp Exp Locker: pp $
 *
 * $Log:	tb_misc.c,v $
 * Revision 5.0  90/09/20  16:11:49  pp
 * rcsforce : 5.0 public release
 * 
 */



#include 	"util.h"
#include	<isode/cmd_srch.h>


/* ------------------------------------------------------------------------ */

CMD_TABLE tbl_bool[] = {	/* boolean values */
	"true",		TRUE,
	"false",	FALSE,
	0,		0
};

CMD_TABLE tbl_month[] = { /* -- used for rfc-utc time calculations -- */
   "Jan",					0,
   "Feb",					1,
   "Mar",					2,
   "Apr",					3,
   "May",					4,
   "Jun",					5,
   "Jul",					6,
   "Aug",					7,
   "Sep",					8,
   "Oct",					9,
   "Nov",					10,
   "Dec",					11,
   0,						-1
   };