stdc 0.1.0
stdc: ^0.1.0 copied to clipboard
A minimal-abstraction Standard C Library implementation for Dart. Designed for C programmers to seamlessly use familiar functions like stdc.printf or stdc.sin.
0.1.0 #
- Version Reset: Reset versioning to
0.1.0to properly track early development of the library before a stable1.0.0release. - Initial Architecture Setup: Implemented the core
Stdcextension architecture, allowing a unifiedstdcnamespace across different headers. <math.h>Implemented: Added comprehensive support for C standard math functions (sin,cos,sqrt,pow,ceil,floor,abs,fabs, etc.) mapped to Dart's highly optimizeddart:math.- Examples & Tests: Created
example/stdc_example.dartandtest/stdc_test.dart. - Documentation: Added comprehensive API dartdoc comments to all functions, classes, and constants.
1.0.0 #
- Initial placeholder version from Dart template creation.