Dr Andrew Scott G7VAV

My photo
 
July 2025
Mo Tu We Th Fr Sa Su
30 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31 1 2 3
4 5 6 7 8 9 10


times.h
01: #ifndef _LINUX_TIMES_H
02: #define _LINUX_TIMES_H
03: 
04: #include <linux/types.h>
05: 
06: struct tms {
07:         __kernel_clock_t tms_utime;
08:         __kernel_clock_t tms_stime;
09:         __kernel_clock_t tms_cutime;
10:         __kernel_clock_t tms_cstime;
11: };
12: 
13: #endif
14: 


for client (none)
© Andrew Scott 2006 - 2025,
All Rights Reserved
http://www.andrew-scott.uk/
Andrew Scott
http://www.andrew-scott.co.uk/