xref: /netbsd-src/usr.bin/time/ext.h (revision 53b02e147d4ed531c0d2a5ca9b3e8026ba3e99b5)
1 /*	$NetBSD: ext.h,v 1.4 2020/04/23 07:54:53 simonb Exp $	*/
2 
3 /* borrowed from ../../bin/csh/extern.h */
4 void prusage1(FILE *, const char *fmt, int, struct rusage *, struct rusage *,
5     struct timespec *, struct timespec *);
6