mirror of
https://github.com/termux/termux-packages.git
synced 2025-07-19 11:34:29 +00:00
5 lines
68 B
C
5 lines
68 B
C
#include <thread_db.h>
|
|
td_err_e td_init(void) {
|
|
return TD_OK;
|
|
}
|