Add package line docs to c and libc

This commit is contained in:
gingerBill
2025-10-09 12:23:59 +01:00
parent c73bd6f51d
commit 87716da363
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -1,3 +1,4 @@
// package c just defines the basic types used by C programs
package c
import builtin "base:builtin"
+2
View File
@@ -0,0 +1,2 @@
// package libc declares the commonly used things in "libc" (C standard library)
package libc