strutil.h (76B)
1 #pragma once 2 3 #include <stddef.h> 4 5 char * 6 str_join(size_t n, char *strs[]);