Move str_util to str
Simplify naming.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include "str_util.h"
|
||||
#include "str.h"
|
||||
|
||||
#include <assert.h>
|
||||
#include <errno.h>
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef SC_STRUTIL_H
|
||||
#define SC_STRUTIL_H
|
||||
#ifndef SC_STR_H
|
||||
#define SC_STR_H
|
||||
|
||||
#include "common.h"
|
||||
|
||||
Reference in New Issue
Block a user