Use consisten header guard, prefixed with UC_
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
#ifndef SEQ_H_
|
||||
#define SEQ_H_
|
||||
#ifndef UC_SEQ_H_
|
||||
#define UC_SEQ_H_
|
||||
#include <stdint.h>
|
||||
|
||||
// Check if a is less than b, taking care of wrap arounds
|
||||
|
||||
Reference in New Issue
Block a user