breily / states

Ruby library for creating finite state machines

This URL has Read+Write access

states / states.c
100644 6 lines (3 sloc) 0.059 kb
1
2
3
4
5
6
#include "states.h"
 
state *next(state *a, int input) {
 
}