mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Updated organization file functions, env naming.
This commit is contained in:
committed by
Christoffer Lerno
parent
0ab0f727ad
commit
68f6cb1286
5
lib/std/libc/os/posix.c3
Normal file
5
lib/std/libc/os/posix.c3
Normal file
@@ -0,0 +1,5 @@
|
||||
module libc @if(env::POSIX);
|
||||
|
||||
def Pid_t = int;
|
||||
def Uid_t = uint;
|
||||
def Gid_t = uint;
|
||||
Reference in New Issue
Block a user