library is now C++ compatible :^)
This commit is contained in:
@@ -1,4 +1,14 @@
|
||||
#ifndef __NICKEL_LOG_H_
|
||||
#define __NICKEL_LOG_H_
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/* header contents */
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* __NICKEL_LOG_H_ */
|
||||
Reference in New Issue
Block a user