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
721aaa28aaf88fd648534e24fd1778ac199ed9ef
c3c
/
lib
/
std
/
io
History
Christoffer Lerno
721aaa28aa
Added '%h' and '%H' for printing out binary data in hexadecimal using the formatter.
2025-01-16 01:06:57 +01:00
..
os
Fix fputc
2025-01-01 12:17:58 +01:00
stream
Add io stream primitives (
#1626
)
2024-11-15 23:18:29 +01:00
bits.c3
increase BitWriter.write_bits nbits limit, add tests (
#1692
)
2024-12-17 21:21:58 +01:00
file.c3
Contracts on generic modules would evaluate too late, sometimes not catching the error until it already occurred elsewhere. Add
file::save
.
2024-11-27 00:02:43 +01:00
formatter_private.c3
Added '%h' and '%H' for printing out binary data in hexadecimal using the formatter.
2025-01-16 01:06:57 +01:00
formatter.c3
Added '%h' and '%H' for printing out binary data in hexadecimal using the formatter.
2025-01-16 01:06:57 +01:00
io.c3
string::new_struct_to_str
and
io::struct_to_format
to dump struct data.
io::print
will now print structs.
2024-10-26 21:00:07 +02:00
path.c3
Update sponsors. More comments in path.c3
2024-10-26 13:00:54 +02:00
stream.c3
Deprecated '&' macro arguments.
2025-01-08 22:13:49 +01:00