stdc 1.0.2 copy "stdc: ^1.0.2" to clipboard
stdc: ^1.0.2 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.

1.0.2 #

  • <ctype.h> Addition: Implemented standard character classification and conversion functions (isalpha, isdigit, toupper, tolower, etc.). Designed to accept String inputs for ergonomic use in Dart while maintaining native performance.

1.0.1 #

  • Version Reset: Reset versioning to 0.1.0 to properly track early development of the library before a stable 1.0.0 release.
  • Initial Architecture Setup: Implemented the core Stdc extension architecture, allowing a unified stdc namespace 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 optimized dart:math.
  • Examples & Tests: Created example/stdc_example.dart and test/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.
2
likes
0
points
819
downloads

Publisher

verified publishertekinu.ai

Weekly Downloads

A minimal-abstraction Standard C Library implementation for Dart. Designed for C programmers to seamlessly use familiar functions like stdc.printf or stdc.sin.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

path

More

Packages that depend on stdc