7 lines
57 B
C
7 lines
57 B
C
#ifndef DEBUG_H_
|
|
#define DEBUG_H_
|
|
|
|
void panic();
|
|
|
|
#endif
|
#ifndef DEBUG_H_
|
|
#define DEBUG_H_
|
|
|
|
void panic();
|
|
|
|
#endif
|