even better BSD make compat ;)
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
#include "str.h"
|
||||
|
||||
void array_cats(array* to,const char* from) {
|
||||
array_catb(to,from,strlen(from));
|
||||
array_catb(to,from,str_len(from));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user