|
|
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: 390 (0x186)
Types: TextFile
Names: »file.h«
└─⟦a05ed705a⟧ Bits:30007078 DKUUG GNU 2/12/89
└─⟦cc8755de2⟧ »./libg++-1.36.1.tar.Z«
└─⟦23757c458⟧
└─⟦this⟧ »libg++/g++-include/sys/file.h«
#ifndef file_h
#pragma once
/* Some folks need system types.h for things in file.h */
#include <stddef.h>
#include <sys/types.h>
extern "C"
{
#include "//usr/include/sys/file.h"
/* try to guess whether file.h actually gave the right defs */
#if !defined(O_RDONLY) || !defined(O_CREAT) || !defined(O_EXCL)
#include <sys/fcntl.h>
#endif
#ifndef file_h
#define file_f 1
#endif
}
#endif