library is now C++ compatible :^)

This commit is contained in:
2026-01-15 10:22:01 -05:00
parent 11f1a7e7c3
commit b0db2effc7
19 changed files with 192 additions and 0 deletions

View File

@@ -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_ */