8 lines
61 B
C++
8 lines
61 B
C++
|
|
#include "iface_debug.h"
|
|
|
|
int iface_debug()
|
|
{
|
|
return 0;
|
|
}
|