Is there a good way to represent a state used several times by different states?

后端 未结 0 1320
灰色年华
灰色年华 2020-12-09 17:31

I\'m currently designing a state-machine to implement in C. To represent the state machine i am thinking of using a struct like this:

typedef enum
{
   STATE_         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题