Added some code comments

This commit is contained in:
Stephan Rehfeld 2025-10-21 17:24:39 +02:00
parent 8557e08137
commit 4c20e2f786

1
foo.h
View File

@ -1,6 +1,7 @@
#ifndef FOO_H #ifndef FOO_H
#define FOO_H #define FOO_H
// Some function just for the sake of an existing function
void foo(void); void foo(void);
#endif #endif