Migrate a bunch of code out of common.h

Put it into wcstringutil, path, or a new file null_terminated_array.
This commit is contained in:
ridiculousfish
2020-01-15 13:16:43 -08:00
parent 273afca3da
commit 6705a2efc6
25 changed files with 425 additions and 394 deletions

View File

@@ -23,6 +23,7 @@
#include "fallback.h" // IWYU pragma: keep
#include "io.h"
#include "parser.h"
#include "wcstringutil.h"
#include "wgetopt.h" // IWYU pragma: keep
#include "wutil.h" // IWYU pragma: keep