Introduction
Primordial Machine's Ring 1 library is a library written in the C programming language. Below is a non-exhaustive list of functionalities the library provides:
- collections,
- console output,
- file system operations,
- logging,
- memory management, and
- safe arithmetic operations
In addition, Primordial Machine's Ring 1 provides concepts and patterns to aid its consumers to build C programs that fulfil high standards in terms of safety, performance, and maintainability.