Playground for small or incomplete C programs
Find a file
2025-05-12 12:09:50 +02:00
.clang-format Init 2025-05-12 12:03:52 +02:00
.gitignore tags >> ignore 2025-05-12 12:06:12 +02:00
break.c brk/sbrk demo 2025-05-12 12:03:59 +02:00
buddy_allocator.c Primitive buddy alloc sample 2025-05-12 12:04:17 +02:00
gba_header.c GBA game header parser 2025-05-12 12:04:24 +02:00
Makefile Formatting target 2025-05-12 12:09:50 +02:00
miller-rabin.h Miller rabin sample code (untested, likely overflow issues) 2025-05-12 12:04:45 +02:00
mmio_mapping.h Short code demonstrating how MMIO is commonly defined and accessed 2025-05-12 12:05:21 +02:00
pid.c Pid loop sample code 2025-05-12 12:05:29 +02:00
sock.c Socket code 2025-05-12 12:05:33 +02:00
sqlite.c Demo C program on how to use sqlite3 2025-05-12 12:05:46 +02:00
time.c Time program 2025-05-12 12:05:55 +02:00