mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-03 01:07:56 +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
|
||||
|
||||
import builtin "base:builtin"
|
||||
|
||||
2
core/c/libc/doc.odin
Normal file
2
core/c/libc/doc.odin
Normal file
@@ -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