xref: /netbsd/lib/libc/gen/times.c (revision c4a72b64)
1 /*	$NetBSD: times.c,v 1.13 2002/06/30 09:45:40 bjh21 Exp $	*/
2 
3 /*
4  * Ben Harris, 2002.
5  * This file is in the Public Domain.
6  */
7 
8 #define __LIBC12_SOURCE__
9 
10 #include "__times13.c"
11