mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-05 20:20:55 -04:00
6 lines
208 B
C
6 lines
208 B
C
/* $NetBSD: ext.h,v 1.2 2011/11/09 19:10:10 christos Exp $ */
|
|
|
|
/* borrowed from ../../bin/csh/extern.h */
|
|
void prusage(FILE *, struct rusage *, struct rusage *, struct timespec *,
|
|
struct timespec *);
|