New comment by ericonr on void-packages repository https://github.com/void-linux/void-packages/pull/28379#issuecomment-770921463 Comment: Also, this is bad code ``` array.c:13:33: warning: implicit declaration of function 'die_msg' [-Wimplicit-function-declaration] 13 | if ( array->elt == NULL ) { die_msg( "out of memory" ); } | ^~~~~~~ sdb.c: In function 'sdb_cb_token_matcher': sdb.c:319:3: warning: implicit declaration of function 'die_msg' [-Wimplicit-function-declaration] 319 | die_msg( re_err ); | ^~~~~~~ ``` And conflicts with `outils` Finally, what's it useful for standalone?