Use consisten header guard, prefixed with UC_
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef UCORE_STRING_H_
|
||||
#define UCORE_STRING_H_
|
||||
#ifndef UC_STRING_H_
|
||||
#define UC_STRING_H_
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
Reference in New Issue
Block a user