From ac6fbacce69ad8d53099f1e6ab922c2e4bd6f9cc Mon Sep 17 00:00:00 2001 From: kaotisk Date: Sun, 27 Apr 2025 06:57:51 +0300 Subject: Updates.. better file names --- c_implementation/src/ak_utils.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 c_implementation/src/ak_utils.c (limited to 'c_implementation/src/ak_utils.c') diff --git a/c_implementation/src/ak_utils.c b/c_implementation/src/ak_utils.c new file mode 100644 index 0000000..d58e0a3 --- /dev/null +++ b/c_implementation/src/ak_utils.c @@ -0,0 +1,8 @@ +#include +#include + +int ak_utils() +{ + printf("Testing: %s\n", __func__); + return 0; +} -- cgit v1.2.3