mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-06 04:29:25 -04:00
10 lines
169 B
C
10 lines
169 B
C
/* $NetBSD: xtime.c,v 1.1 2007/02/24 21:30:27 matt Exp $ */
|
|
|
|
|
|
|
|
#include <stdio.h>
|
|
#include <sys/time.h>
|
|
#include <sys/resource.h>
|
|
#include "ext.h"
|
|
#include "csh/time.c"
|