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,8 +1,9 @@
#include <stddef.h>
#ifndef UC_STRVEC_H_
#define UC_STRVEC_H_
#include <stddef.h>
#ifdef __cplusplus
extern "C" {
#endif