reorganization of twn_util.h, reletion of some seldom used procedures

This commit is contained in:
veclavtalica
2025-02-20 13:48:44 +03:00
parent 723ccf1126
commit f044a75ffe
4 changed files with 13 additions and 86 deletions

View File

@ -27,6 +27,8 @@ _Noreturn void die_abruptly(void);
/* note: you must free the returned string */
char *expand_asterisk(const char *mask, const char *to);
void profile_list_stats(void);
/* http://www.azillionmonkeys.com/qed/sqroot.html */
static inline float fast_sqrt(float x)
{