Skip to content

trskop/c-state-machine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple State Machine in C

Build

Description

Simple low-level state machine in C.

Some interesting features:

  • Allows either using transition table or transition function.
  • It is designed so that it does not do any memory allocation of its own. This may come handy when application uses its own memory management.
  • Another interesting one is that it either doesn't do any locking or it uses locking primitives supplied by application.

About

Simple low-level state machine in C.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors