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