gearlib/include/debugging.h

7 lines
82 B
C
Raw Normal View History

2024-04-29 22:41:13 +12:00
#ifndef __DEBUGGING_H__
#define __DEBUGGING_H__
void enable_debugging();
#endif