https://github.com/upbit/simplestatemachine
A simple state machine implementation
https://github.com/upbit/simplestatemachine
Last synced: about 1 year ago
JSON representation
A simple state machine implementation
- Host: GitHub
- URL: https://github.com/upbit/simplestatemachine
- Owner: upbit
- Created: 2014-01-11T13:53:06.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-11T13:56:33.000Z (over 12 years ago)
- Last Synced: 2025-01-30T01:44:44.317Z (over 1 year ago)
- Language: C
- Size: 125 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SimpleStateMachine
==================
A simple state machine implementation
Just type 'gcc SimpleStateMachine.c -o SimpleStateMachine' for demo.