Finite State Machines in C
Using some simple tricks in ANSCI C compliant coding, it is possible to create state-machines in C. This implementation uses local continuations to derive a method that can translate very easily from the UML diagrams to working code.
The link address is: http://www.micronengineering.eu/R_D_Area/r_d_area.html

