add header guards
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
#ifndef __NICKEL_ARGPARSE_H_
|
||||||
|
#define __NICKEL_ARGPARSE_H_
|
||||||
|
|
||||||
|
#endif /* __NICKEL_ARGPARSE_H_ */
|
||||||
4
include/nickel/bitman.h
Normal file
4
include/nickel/bitman.h
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
#ifndef __NICKEL_BITMAN_H_
|
||||||
|
#define __NICKEL_BITMAN_H_
|
||||||
|
|
||||||
|
#endif /* __NICKEL_BITMAN_H_ */
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
#ifndef __NICKEL_BUF_H_
|
||||||
|
#define __NICKEL_BUF_H_
|
||||||
|
|
||||||
|
#endif /* __NICKEL_BUF_H_ */
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
#ifndef __NICKEL_CTASSERT_H_
|
||||||
|
#define __NICKEL_CTASSERT_H_
|
||||||
|
|
||||||
|
#endif /* __NICKEL_CTASSERT_H_ */
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
#ifndef __NICKEL_DEFER_H_
|
||||||
|
#define __NICKEL_DEFER_H_
|
||||||
|
|
||||||
|
#endif /* __NICKEL_DEFER_H_ */
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
#ifndef __NICKEL_HASHMAP_H_
|
||||||
|
#define __NICKEL_HASHMAP_H_
|
||||||
|
|
||||||
|
#endif /* __NICKEL_HASHMAP_H_ */
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
#ifndef __NICKEL_INI_H_
|
||||||
|
#define __NICKEL_INI_H_
|
||||||
|
|
||||||
|
#endif /* __NICKEL_INI_H_ */
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
#ifndef __NICKEL_IO_H_
|
||||||
|
#define __NICKEL_IO_H_
|
||||||
|
|
||||||
|
#endif /* __NICKEL_IO_H_ */
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
#ifndef __NICKEL_LOG_H_
|
||||||
|
#define __NICKEL_LOG_H_
|
||||||
|
|
||||||
|
#endif /* __NICKEL_LOG_H_ */
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
#ifndef __NICKEL_REFCNT_H_
|
||||||
|
#define __NICKEL_REFCNT_H_
|
||||||
|
|
||||||
|
#endif /* __NICKEL_REFCNT_H_ */
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
#ifndef __NICKEL_RESULT_H_
|
||||||
|
#define __NICKEL_RESULT_H_
|
||||||
|
|
||||||
|
#endif /* __NICKEL_RESULT_H_ */
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
#ifndef __NICKEL_RINGSPSC_H_
|
||||||
|
#define __NICKEL_RINGSPSC_H_
|
||||||
|
|
||||||
|
#endif /* __NICKEL_RINGSPSC_H_ */
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
#ifndef __NICKEL_SPAN_H_
|
||||||
|
#define __NICKEL_SPAN_H_
|
||||||
|
|
||||||
|
#endif /* __NICKEL_SPAN_H_ */
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
#ifndef __NICKEL_THREADPOOL_H_
|
||||||
|
#define __NICKEL_THREADPOOL_H_
|
||||||
|
|
||||||
|
#endif /* __NICKEL_THREADPOOL_H_ */
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
#ifndef __NICKEL_TIMEUTIL_H_
|
||||||
|
#define __NICKEL_TIMEUTIL_H_
|
||||||
|
|
||||||
|
#endif /* __NICKEL_TIMEUTIL_H_ */
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
#ifndef __NICKEL_VERSION_H_
|
||||||
|
#define __NICKEL_VERSION_H_
|
||||||
|
|
||||||
|
#endif /* __NICKEL_VERSION_H_ */
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
#ifndef __NICKEL_XALLOC_H_
|
||||||
|
#define __NICKEL_XALLOC_H_
|
||||||
|
|
||||||
|
#endif /* __NICKEL_XALLOC_H_ */
|
||||||
Reference in New Issue
Block a user