polytreewm/src/main.h

8 lines
94 B
C

#ifndef _MAIN_H
#define _MAIN_H
__attribute__((noreturn))
void restart();
#endif // _MAIN_H