mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 01:21:38 -07:00
Add package line docs to c and libc
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// package c just defines the basic types used by C programs
|
||||
package c
|
||||
|
||||
import builtin "base:builtin"
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
// package libc declares the commonly used things in "libc" (C standard library)
|
||||
package libc
|
||||
Reference in New Issue
Block a user