|
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 r
Length: 651 (0x28b) Types: TextFile Names: »rename_log.c«
└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0 └─⟦dc59850a2⟧ »EurOpenD22/pp5.0/pp-5.tar.Z« └─⟦e5a54fb17⟧ └─⟦this⟧ »pp-5.0/Lib/util/rename_log.c«
/* rename_log.c - renames the log file needed for channel initialisation */ # ifndef lint static char Rcsid[] = "@(#)$Header: /cs/research/pp/hubris/pp-beta/Lib/util/RCS/rename_log.c,v 5.0 90/09/20 16:17:48 pp Exp Locker: pp $"; # endif /* * $Header: /cs/research/pp/hubris/pp-beta/Lib/util/RCS/rename_log.c,v 5.0 90/09/20 16:17:48 pp Exp Locker: pp $ * * $Log: rename_log.c,v $ * Revision 5.0 90/09/20 16:17:48 pp * rcsforce : 5.0 public release * */ #include "head.h" rename_log (newname) char *newname; { ll_hdinit (pp_log_oper, newname); ll_hdinit (pp_log_stat, newname); ll_hdinit (pp_log_norm, newname); }