matthewp / librobot

C library for creating Finite State Machines with Statecharts support
5 stars 0 forks source link

Bounds check states and transitions #8

Open matthewp opened 4 years ago

matthewp commented 4 years ago

Since states and transitions are represented as strings we should be using strncmp.