mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-18 04:20:28 +00:00
4 lines
204 B
Odin
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
|