Started Example
This commit is contained in:
parent
f9716a8c7b
commit
135f27f63d
12 changed files with 310 additions and 0 deletions
10
2025.05.02/Example/status.h
Normal file
10
2025.05.02/Example/status.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#ifndef STATUS_H
|
||||
#define STATUS_H
|
||||
|
||||
typedef enum _status {
|
||||
SUCCESS,
|
||||
MORE_ONE_ROOT,
|
||||
RUN_TIME,
|
||||
} status;
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue