This website requires JavaScript.
Explore
Help
Register
Sign In
shishantbiswas
/
c3c
Watch
1
Star
1
Fork
0
You've already forked c3c
mirror of
https://github.com/c3lang/c3c.git
synced
2026-02-27 12:01:16 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
152558f5bc50e4871144abdcba4a63cab2aaeea4
c3c
/
lib
/
std
/
threads
/
os
History
Christoffer Lerno
e299a4b630
- Change typedef and const enums to not convert from literals by default. (
#2934
)
...
- Add `@constinit` to allow old typedef behaviour.
2026-02-13 20:39:47 +01:00
..
cpu.c3
Add/Fix OpenBSD
native_cpus
(
#2387
)
2025-08-11 23:10:09 +02:00
thread_none.c3
- Change typedef and const enums to not convert from literals by default. (
#2934
)
2026-02-13 20:39:47 +01:00
thread_posix.c3
- Create optional with
~
instead of
?
.
return io::EOF?;
becomes
return io::EOF~
.
2026-01-20 16:10:28 +01:00
thread_win32.c3
- Create optional with
~
instead of
?
.
return io::EOF?;
becomes
return io::EOF~
.
2026-01-20 16:10:28 +01:00