0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-07-19 11:34:29 +00:00
Files
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;
}