diff options
author | Joshua Liu <joshua.liu@sourceobby.com> | 2025-09-20 18:36:40 -0400 |
---|---|---|
committer | Joshua Liu <joshua.liu@sourceobby.com> | 2025-09-20 18:36:40 -0400 |
commit | 2591b2d9c79d3b296ca02613cd9e740a57125ccb (patch) | |
tree | 92d4971706184996bce6e0c2b1bfa003ed179c0c | |
parent | ca033b77d918ec4d8af4577d107bb35066ba410c (diff) |
doc: explained the purpose of this module
-rw-r--r-- | functions.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/functions.h b/functions.h index e69de29..c36d1f4 100644 --- a/functions.h +++ b/functions.h @@ -0,0 +1,3 @@ +/* + * This file is for functions that are executed upon keypresses + */ |