1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-26 16:27:27 +00:00
termux-packages/packages/libthread-db/td_init.c
2022-09-26 16:00:33 +09:00

5 lines
68 B
C

#include <thread_db.h>
td_err_e td_init(void) {
return TD_OK;
}