xref: /minix3/usr.bin/time/ext.h (revision 69eead77ff7b92014d108017d0765cfa7d3ddba7)
1 /*	$NetBSD: ext.h,v 1.2 2011/11/09 19:10:10 christos Exp $	*/
2 
3 /* borrowed from ../../bin/csh/extern.h */
4 void prusage(FILE *, struct rusage *, struct rusage *, struct timespec *,
5         struct timespec *);
6