xref: /netbsd-src/lib/libc/gen/times.c (revision de1dfb1250df962f1ff3a011772cf58e605aed11)
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