|
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 i
Length: 530 (0x212) Types: TextFile Names: »intime.c«
└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0 └─⟦dc59850a2⟧ »EurOpenD22/pp5.0/pp-5.tar.Z« └─⟦e5a54fb17⟧ └─⟦this⟧ »pp-5.0/Lib/util/intime.c«
/* intime: do things with utctimes */ # ifndef lint static char Rcsid[] = "@(#)$Header: /cs/research/pp/hubris/pp-beta/Lib/util/RCS/intime.c,v 5.0 90/09/20 16:17:23 pp Exp Locker: pp $"; # endif /* * $Header: /cs/research/pp/hubris/pp-beta/Lib/util/RCS/intime.c,v 5.0 90/09/20 16:17:23 pp Exp Locker: pp $ * * $Log: intime.c,v $ * Revision 5.0 90/09/20 16:17:23 pp * rcsforce : 5.0 public release * */ #include "util.h" #include "mta.h" intime(str, tp) char *str; UTC *tp; { rfc2UTC (str, tp); return(OK); }