mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-08 21:49:06 -04:00
6 lines
177 B
C
6 lines
177 B
C
/* $NetBSD: test-libntp.h,v 1.1.1.2 2015/07/10 13:11:14 christos Exp $ */
|
|
|
|
time_t timefunc(time_t *ptr);
|
|
void settime(int y, int m, int d, int H, int M, int S);
|
|
time_t nowtime;
|