home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD2.mdf
/
gnu
/
djgpp
/
src
/
libgplus.5
/
libgplus
/
gplus-in
/
sys
/
times.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-05-05
|
291 b
|
21 lines
#ifndef __libgxx_sys_times_h
extern "C"
{
#ifdef __sys_times_h_recursive
#include_next <sys/times.h>
#else
#define __sys_times_h_recursive
#include_next <sys/times.h>
#define __libgxx_sys_times_h 1
#include <_G_config.h>
extern _G_clock_t times _G_ARGS((struct tms*));
#endif
}
#endif