gearlib-cpp/include/gearlib/debugging.h
2024-05-16 22:37:46 +12:00

7 lines
82 B
C

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