mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 22:58:46 +00:00
Further overhaul of package line comments.
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
// package c just defines the basic types used by C programs.
|
||||
// Defines the basic types used by `C` programs for foreign function and data structure interop.
|
||||
package c
|
||||
|
||||
import builtin "base:builtin"
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
// package libc declares the commonly used things in "libc" (C standard library).
|
||||
// Declares the commonly used things in `libc` (`C` standard library).
|
||||
package libc
|
||||
|
||||
Reference in New Issue
Block a user