aboutsummaryrefslogtreecommitdiff
path: root/_head.h
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2023-06-28 23:12:01 +0200
committerkdx <kikoodx@paranoici.org>2023-06-28 23:12:01 +0200
commit581a38bb7a9f1b2b0ad6edd86b8d876d63e36376 (patch)
tree6fdd7153ba46d699880d2849ddaa71d78b29e6c4 /_head.h
parentff3054583d50e23f97e61b8808d801507c5e8ceb (diff)
downloadtzr-581a38bb7a9f1b2b0ad6edd86b8d876d63e36376.tar.gz
c++ extern clauses
Diffstat (limited to '_head.h')
-rw-r--r--_head.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/_head.h b/_head.h
index afa4308..a6ffa1e 100644
--- a/_head.h
+++ b/_head.h
@@ -1 +1,6 @@
/* Licensing information can be found at the end of the file. */
+#pragma once
+#ifdef __cplusplus
+extern "C" {
+#endif
+