91:e0738355b517 | 92:c57f43f25a5c |
---|---|
102 extern uint8_t old_start; | 102 extern uint8_t old_start; |
103 extern char SHORTCUT[]; | 103 extern char SHORTCUT[]; |
104 extern char PANIC[]; | 104 extern char PANIC[]; |
105 extern char RESUME[]; | 105 extern char RESUME[]; |
106 | 106 |
107 // function prototypes | |
108 void reset_vars(void); | |
109 | |
107 | 110 |
108 | 111 |
109 // MAYBE USELESS STUFF: | 112 // MAYBE USELESS STUFF: |
110 | 113 |
111 #define uchar unsigned char | 114 #define uchar unsigned char |