Use consisten header guard, prefixed with UC_

This commit is contained in:
Nils O. Selåsdal
2013-10-13 17:37:28 +02:00
parent 52eb710db7
commit 48678a9858
23 changed files with 49 additions and 44 deletions
+3 -2
View File
@@ -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>