Move str_util to str

Simplify naming.
This commit is contained in:
Romain Vimont
2021-11-12 23:12:51 +01:00
parent 979ce64dc0
commit 057c7a4df4
13 changed files with 19 additions and 19 deletions

View File

@@ -5,7 +5,7 @@
#include <sys/stat.h>
#include "util/log.h"
#include "util/str_util.h"
#include "util/str.h"
char *
sc_file_get_executable_path(void) {

View File

@@ -3,7 +3,7 @@
#include <assert.h>
#include "util/log.h"
#include "util/str_util.h"
#include "util/str.h"
#define CMD_MAX_LEN 8192