Files
Odin/core/os/doc.odin
2026-02-14 00:55:21 +01:00

4 lines
204 B
Odin

// A cross-platform API for things like `I/O`, intended to be uniform across all operating systems.
// Features not generally available appear in the system-specific packages under `core:sys`.
package os