ChrisOS Research ProjectOperating systems · language systems · graphics · machine emulation
DOCUMENTATION ARCHIVEMAIN BRANCH
ChrisOS/Source reference: APPS/CC/CH.CC

Source reference: APPS/CC/CH.CC

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 APPS/CC/CH.CC
Lines 11
Bytes 91
SHA-256 d08177167848a9f5b42f5e990cb3f397590ef47bb9ff74fe4024e260c6531aab
ChrisOS revision da3df29cb397932c43d32373871fb9380e688ade

Detected syntactic dependencies

Line Include
— No preprocessor include detected.

Detected symbols

Line Symbol
5 main

Complete source

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

struct C {
  char c;
  int x;
};
int main() {
  C c;
  c.c = 7;
  c.x = 9;
  return c.c;
}

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-d08177167848a9f5 Reviewed source: da3df29cb397 Class: generated-source-reference