File:
[Early Linux] /
linux /
include /
sys /
times.h
Revision
1.1.1.1 (vendor branch):
download - view:
text,
annotated -
select for diffs
Tue Apr 24 18:00:41 2018 UTC (8 years, 3 months ago) by
root
Branches:
linus,
MAIN
CVS tags:
linux096c,
linux096b,
linux096a,
linux095c,
linux095a,
linux095,
linux012,
linux011,
linux010,
linux001,
HEAD
linux 0.01
#ifndef _TIMES_H
#define _TIMES_H
#include <sys/types.h>
struct tms {
time_t tms_utime;
time_t tms_stime;
time_t tms_cutime;
time_t tms_cstime;
};
extern time_t times(struct tms * tp);
#endif
unix.superglobalmegacorp.com
This archive runs on limited infrastructure.
Preserving old code on modern bandwidth.
Automated agents are requested to crawl responsibly.