There are 2 repositories under c23 topic.
POSIX application framework featuring a retro-futurist GUI toolkit and a configuration language.
A compiler front end for the C++ language
A toy C compiler that compatible with C23 and can do limited optimizations
A POSIX RISC-V OS kernel written in C23, featuring preemptive priority scheduling, virtual memory, tiered allocators, time management, modular device drivers, with support for ELF and VirtIO-GPU.
High-Performance SIMD accelerated Longest Prefix Match (LPM) Library, supporting IPv4/IPv6 addresses by multi-bit trie of 8-bit stride
C23 and C++23 proposal for a `memset_explicit` function and function template for guaranteed memory clears.
adds the wonderful and very intuitive `else` clause of `for` and `while` from python back to C
The first assignment for AUT's Basic Programming course (Fall 2024) focuses on fundamental concepts in C programming. Students will apply conditional statements and basic arithmetic operations to solve practical problems. This assignment is designed to strengthen your understanding of control flow, mathematical computations, and user input/output.
Arbitrary-size Sudoku solver written in C23/C2Y to explore latest C language features
Family of generic and typesafe C23 containers.
C-based Project template using CMake as buildsystem
A C++23 and C23 preprocessor implemented in Python
A library for parsing command line arguments in C
러스트(Rust) 개발자를 위한 C언어 기초(C23) && C++23/26 기초 && Zig
This project provides a lightweight JSON parser written in C23, designed for small-scale projects where full-fledged JSON libraries are too heavy or unnecessary.