c_std
C standard library
Reimplements C++ standard library functionality in C to provide a set of generic data structures and algorithms for C programs.
Implementation of C++ standard libraries in C
1k stars
18 watching
72 forks
Language: C
last commit: 25 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
karlyamashita/common_libraries | Reusable C libraries for various common functionalities in software development | 22 |
colbyhall/ch_stl | An experimental C++ Standard Library project with daily updates and manual resource management. | 11 |
skarupke/std_function | A C++ library providing a set of standard function wrappers around common programming tasks. | 45 |
bytecodealliance/cap-std | A project providing a capability-based version of the Rust standard library for sandboxed and secure application development. | 660 |
radex/swift_stdlib | An updated collection of Xcode-generated headers from the Swift standard library across multiple beta versions. | 16 |
maniacbug/standardcplusplus | Standard C++ library adapted for use with the Arduino platform | 593 |
maxim2266/str | A lightweight C library providing string manipulation functions. | 307 |
cimplec/sim-c | A Python-based front-end for compiling C code into efficient machine code | 137 |
burner/std.rcstring | An implementation of reference counted string functionality for D programming language strings. | 9 |
managarm/mlibc | A portable C standard library with support for multiple architectures and operating systems. | 853 |
philip-trettner/cpp-std-fwd | A collection of forward declarations for C++ standard library classes to reduce compilation times and improve code organization | 73 |
kasei/swift-serd | A Swift package wrapper for the Serd RDF library | 3 |
ocornut/str | A lightweight C++ string type with an optional local buffer. | 248 |
rurban/ctl | A C container template library implementing various data structures and algorithms in ISO C99/C11. | 171 |
samchon/tstl | A TypeScript implementation of the C++ Standard Template Library | 603 |