/* * Created by yuuta on 3/19/23. */ #ifndef KSYXBOT_UTILS_H #define KSYXBOT_UTILS_H #include uint32_t tg_url_get_index(const char *url); #endif /* KSYXBOT_UTILS_H */