From b9f80a2b37edf9682f189b406542b3f7a93b24a3 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Wed, 2 Apr 2025 20:54:37 +0300 Subject: Moved directory and some experimental changes --- c_implementation/include/libaklogcatter.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 c_implementation/include/libaklogcatter.h (limited to 'c_implementation/include/libaklogcatter.h') diff --git a/c_implementation/include/libaklogcatter.h b/c_implementation/include/libaklogcatter.h new file mode 100644 index 0000000..650ef7c --- /dev/null +++ b/c_implementation/include/libaklogcatter.h @@ -0,0 +1,6 @@ +#ifndef AK_LOGCATTER_H +#define AK_LOGCATTER_H + +int ak_logcatter(); + +#endif // AK_LOGCATTER_H -- cgit v1.2.3