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