gearlib/include/debugging.h
2024-04-29 22:41:13 +12:00

7 lines
82 B
C

#ifndef __DEBUGGING_H__
#define __DEBUGGING_H__
void enable_debugging();
#endif