|
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 - downloadIndex: T p
Length: 629 (0x275) Types: TextFile Names: »pwd.h«
└─⟦a05ed705a⟧ Bits:30007078 DKUUG GNU 2/12/89 └─⟦cc8755de2⟧ »./libg++-1.36.1.tar.Z« └─⟦23757c458⟧ └─⟦this⟧ »libg++/g++-include/pwd.h«
#ifndef pwd_h #pragma once // the Interviews-based standard kludge again extern "C" { #define getpwent c_proto_getpwent #define getpwuid c_proto_getpwuid #define getpwnam c_proto_getpwnam #define setpwent c_proto_setpwent #define endpwent c_proto_endpwent #define KERNEL #include "//usr/include/pwd.h" #ifndef pwd_h #define pwd_h 1 #endif #undef getpwent #undef getpwuid #undef getpwnam #undef setpwent #undef endpwent #undef KERNEL extern struct passwd* getpwent(); extern struct passwd* getpwuid(int); extern struct passwd* getpwnam(char*); extern int setpwent(); extern int endpwent(); } #endif