/* Copyright (c) 1993 Xerox Corporation. All rights reserved. */ /* $Id$ $Date$ */ #ifndef __PCR_times_h #define __PCR_times_h 1 #include extern clock_t PCR_times(struct tms *tmsp); #ifndef PCR_NO_RENAME # undef times # define times PCR_times #endif #endif /* !__PCR_times_h */ /* $Log$ */