From 4c20e2f786a2dd245cc028fce3aeb5218af8712c Mon Sep 17 00:00:00 2001 From: Stephan Rehfeld Date: Tue, 21 Oct 2025 17:24:39 +0200 Subject: [PATCH] Added some code comments --- foo.h | 1 + 1 file changed, 1 insertion(+) diff --git a/foo.h b/foo.h index c42d22b..cebb671 100644 --- a/foo.h +++ b/foo.h @@ -1,6 +1,7 @@ #ifndef FOO_H #define FOO_H +// Some function just for the sake of an existing function void foo(void); #endif