What problem does it solve?
This Skill provides a practical guide for using sp.h, a single-header C standard library replacement, emphasizing a compact API and strict usage rules to prevent common mistakes.
Core Features & Use Cases
- Self-contained guidance for integrating sp.h into C projects with a strict rule set and precise API usage.
- Enforces function signatures to be prefixed with SP_API and types to use the sp_ naming scheme, while guiding reference usage from references/index.md.
- Suitable for embedded systems, portability-focused libraries, and educational examples that benefit from a minimal, self-contained standard library replacement.
Quick Start
Add sp.h to your project by including it in your source files and following the guidelines in this Skill. Refer to references/index.md for exact API declarations and constraints. Start by declaring an sp_str_t and using SP_API-wrapped functions per sp.h conventions.