DataMuseum.dk

Presents historical artifacts from the history of:

Regnecentalen RC-900

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Regnecentalen RC-900

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦ef188ee78⟧ TextFile

    Length: 465 (0x1d1)
    Types: TextFile
    Notes: UNIX file
    Names: »stat.h«

Derivation

└─⟦bbefdb7d7⟧ Bits:30004157 SW95755I Green Hill C-386
└─⟦bbefdb7d7⟧ UNIX Filesystem
    └─ ⟦this⟧ »gc/new/usr/ghs/LIB/include/stat.h« 

TextFile

/*
    C Runtime library
    
    Copyright 1983,1984,1985,1986 by Green Hills Software Inc.

    This program is the property of Green Hills Software, Inc,
    its contents are proprietary information and no part of it
    is to be disclosed to anyone except employees of Green Hills
    Software, Inc., or as agreed in writing signed by the President
    of Green Hills Software, Inc.
*/

struct stat {
    dev_t st_dev;
    ino_t st_ino;
    long  dummy[16];
};