ChrisOS Research ProjectOperating systems · language systems · graphics · machine emulation
DOCUMENTATION ARCHIVEMAIN BRANCH
ChrisOS/Source reference: LIB/SYS_STAT.H

Source reference: LIB/SYS_STAT.H

Deterministic source record. The complete textual file is reproduced below; this page does not replace architectural interpretation in the authored chapters.

File identity

Field Value
Path LIB/SYS_STAT.H
Lines 9
Bytes 151
SHA-256 4b8b4b3a6fc7dcf59cd384698273e4af3521830fb59caf9e9c4e8082db24d861
ChrisOS revision da3df29cb397932c43d32373871fb9380e688ade

Detected syntactic dependencies

Line Include
— No preprocessor include detected.

Detected symbols

Line Symbol
— No C-like function definition detected by the scanner.

Complete source

The following block is the complete textual file at the recorded revision. No lines are elided, abbreviated or paraphrased.

1
2
3
4
5
6
7
8
#ifndef SYS_STAT_H
#define SYS_STAT_H
struct stat {
    int st_size;
};
int mkdir(char *path, int mode);
int stat(char *path, struct stat *st);
#endif

Role of this record

The atlas guarantees file-by-file traceability. Responsibility, invariants, ownership, concurrency, security, performance and subsystem interactions belong in authored chapters and must cite this file when applicable.

Document record ID: source-4b8b4b3a6fc7dcf5 Reviewed source: da3df29cb397 Class: generated-source-reference