Are function pointers slower in C for implementing state machines?
I am interested in implementing a state machine in C. I came across a few possible approaches:
I am interested in implementing a state machine in C. I came across a few possible approaches: