From b316c0e5ee44f418f19fa2c21acd3953915cd9d6 Mon Sep 17 00:00:00 2001 From: William Date: Mon, 24 Jun 2024 22:37:41 +0800 Subject: [PATCH] (MOV) Moved test.c function.c/h back to project directory. --- Utils/include/function.c => function.c | 0 Utils/include/function.h => function.h | 0 Utils/include/test.c => test.c | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename Utils/include/function.c => function.c (100%) rename Utils/include/function.h => function.h (100%) rename Utils/include/test.c => test.c (100%) diff --git a/Utils/include/function.c b/function.c similarity index 100% rename from Utils/include/function.c rename to function.c diff --git a/Utils/include/function.h b/function.h similarity index 100% rename from Utils/include/function.h rename to function.h diff --git a/Utils/include/test.c b/test.c similarity index 100% rename from Utils/include/test.c rename to test.c