mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-27 07:51:49 -07:00
More package lines
This commit is contained in:
+1
-1
@@ -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,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
|
||||
|
||||
Reference in New Issue
Block a user