Sophie

Sophie

distrib > PLD > ra > i686 > by-pkgid > 03ad0cc020cc4effac6aea82603ce639 > files > 1555

kernel-headers-2.2.22-6.i686.rpm

#ifndef _LINUX_TIMES_H
#define _LINUX_TIMES_H

struct tms {
	clock_t tms_utime;
	clock_t tms_stime;
	clock_t tms_cutime;
	clock_t tms_cstime;
};

#endif