|
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 l
Length: 718 (0x2ce) Types: TextFile Names: »llib-ltws«
└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit └─⟦3658e588a⟧ »EurOpenD3/mail/mh/mh-6.7.tar.Z« └─⟦c75e36ecb⟧ └─⟦this⟧ »mh-6.7/zotnet/tws/llib-ltws«
/* LINTLIBRARY */ #include "../tws/tws.h" char *dasctime (t,f) struct tws *t; { return dasctime (t,f); } char *dctime (t) struct tws *t; { return dctime (t); } struct tws *dgmtime(c) long *c; { return dgmtime(c); } struct tws *dlocaltime (c) long *c; { return dlocaltime (c); } struct tws *dparsetime (c) char *c; { return dparsetime (c); } char *dtimenow () { return dtimenow (); } char *dtimezone (o,f) { return dtimezone (o,f); } struct tws *dtwstime () { return dtwstime (); } long twclock (t) struct tws *t; { return twclock (t); } void twscopy (b,w) struct tws *b,*w; { twscopy (b,w); } int twsort (b,w) struct tws *b,*w; { return twsort (b,w); } extern char *tw_dotw[], *tw_ldotw[], *tw_moty[];