|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 295 (0x127) Types: TextFile Names: »wait.h«
└─⟦a05ed705a⟧ Bits:30007078 DKUUG GNU 2/12/89 └─⟦cc8755de2⟧ »./libg++-1.36.1.tar.Z« └─⟦23757c458⟧ └─⟦this⟧ »libg++/g++-include/sys/wait.h«
#ifndef wait_h #include <resource.h> #define wait WaitStatus extern "C" { #include "//usr/include/sys/wait.h" #undef wait #ifndef wait_h #define wait_h 1 #endif extern int wait3(WaitStatus*, int options, struct rusage*); extern int wait4(int, WaitStatus*, int, struct rusage*); } #endif