This is the definitive collection of Small-C related information and source code. These pages include the full text to James Hendrix's book "A Small-C Compiler: Language, Usage, Theory, and Design".
In the first installment of this two-part article, we examine the Embedded C specification that gives you direct access to features in target processors.
S.A.G.E., short for "Statistical Analysis for Genetic Epidemiology," is a suite of software tools for researchers in the field of Genetic Epidemiology.
The Guide to the Expression of Uncertainty in Measurement (GUM) is an international guideline for handling measurement uncertainty. The GUM Tree Lite C++ Library provides software support for it.
Bjorn continues his series on the Algorithms Library of the C++ Standard with a discussion of find, which is designed to locate specific elements in a sequence.