2 Copyright © 2004, The AROS Development Team. All rights reserved.
5 POSIX function times().
8 #include <aros/debug.h>
10 #include <sys/times.h>
12 clock_t times(struct tms
*tms
)
14 # warning Implement times()
15 AROS_FUNCTION_NOT_IMPLEMENTED("arosc");