DataMuseum.dk

Presents historical artifacts from the history of:

ICL Comet 32

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

See our Wiki for more about ICL Comet 32

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦88dfc17b5⟧ TextFile

    Length: 363 (0x16b)
    Types: TextFile
    Notes: UNIX file
    Names: »walkdir.h«

Derivation

└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
    └─⟦28c352965⟧ »/a« UNIX Filesystem
        └─⟦this⟧ »usr/include/walkdir.h« 

TextFile

/*
 * @(#)walkdir.h	1.2	7/4/83
 * @(#)Copyright (C) 1983 by National Semiconductor Corp.
 */

#define	SD_RETDIRF	0x01	/* return directories before files */
#define	SD_RETDIRL	0x02	/* return directories after files */
#define	SD_RETFILE	0x04	/* return files */
#define	SD_RETERR	0x08	/* return files with errors */
#define	SD_TYPERR	0x10	/* type error messages */