You've already forked termux-packages
mirror of
https://github.com/izzy2lost/termux-packages.git
synced 2026-03-26 17:00:19 -07:00
5 lines
68 B
C
5 lines
68 B
C
#include <thread_db.h>
|
|
td_err_e td_init(void) {
|
|
return TD_OK;
|
|
}
|