Skip to content

Guides

This section complements the generated API reference with prose documentation.

It explains the project in narrative form: what the library is for, how to build and test it, and how the generic container and ownership model works in practice.

Included Topics

  • Project overview and intended use.
  • Build and test workflow for local development.
  • Macro-based generic containers and ownership semantics.
  • Parsing simple key-value configuration files with KvConfig.

Building and Testing MisraStdC

A practical local workflow for cloning, building, testing, and debugging the library.

Read more →

April 19, 2026

Generic Containers and Ownership

How MisraStdC uses macros for generic containers, and why l-value vs r-value insertion matters.

Read more →

April 19, 2026

Parsing Key-Value Config Files

How to use the KvConfig parser for simple application and server configuration.

Read more →

April 19, 2026

Why MisraStdC Exists

What the library is trying to do, what it is not, and why the project leans into generic C APIs.

Read more →

April 19, 2026