diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-10-09 16:11:33 +0200 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-10-09 16:11:33 +0200 |
| commit | 248b0fe9e155e1a00a04cb7b1fc687601d401d7c (patch) | |
| tree | e9415d31f1da14a1f8453790ce4c130aca06ecfc /core/c | |
| parent | af189b45f37dcb01ba37230f6a04bcf5260b2a48 (diff) | |
More package lines
Diffstat (limited to 'core/c')
| -rw-r--r-- | core/c/c.odin | 2 | ||||
| -rw-r--r-- | core/c/libc/doc.odin | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/c/c.odin b/core/c/c.odin index 907b2f80f..c609cefd1 100644 --- a/core/c/c.odin +++ b/core/c/c.odin @@ -1,4 +1,4 @@ -// package c just defines the basic types used by C programs +// package c just defines the basic types used by C programs. package c import builtin "base:builtin" diff --git a/core/c/libc/doc.odin b/core/c/libc/doc.odin index 883a3dda5..29fb40a30 100644 --- a/core/c/libc/doc.odin +++ b/core/c/libc/doc.odin @@ -1,2 +1,2 @@ -// package libc declares the commonly used things in "libc" (C standard library) +// package libc declares the commonly used things in "libc" (C standard library). package libc |