diff options
author | Joshua Liu <joshua.liu@sourceobby.com> | 2025-06-19 22:44:23 -0400 |
---|---|---|
committer | Joshua Liu <joshua.liu@sourceobby.com> | 2025-06-19 22:44:23 -0400 |
commit | c49906d9a20cd217e798ab021e7bf812401d7a07 (patch) | |
tree | e438bda2e45ecc156437fd3a3d87c07e85889881 /functions.c | |
parent | 99fa6fffec2266cf76e998f30b43cc585b9dce38 (diff) |
feat: created functions.c and functions.h, these files will be used to store information and code for functions that are executed when a button is pressed
Diffstat (limited to 'functions.c')
-rw-r--r-- | functions.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/functions.c b/functions.c new file mode 100644 index 0000000..9097f12 --- /dev/null +++ b/functions.c @@ -0,0 +1 @@ +#include "functions.h" |