mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00: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
|
package c
|
||||||
|
|
||||||
import builtin "base:builtin"
|
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