4 lines
68 B
C
4 lines
68 B
C
|
#pragma once
|
||
|
#include <stdint.h>
|
||
|
|
||
|
int32_t dap_gui_thread(void* arg);
|