More package lines

This commit is contained in:
Jeroen van Rijn
2025-10-09 16:11:33 +02:00
parent af189b45f3
commit 248b0fe9e1
17 changed files with 28 additions and 30 deletions
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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