Compare commits

..

2 Commits

Author SHA1 Message Date
Stephan Rehfeld
f872d029ee Merge branch 'main' of https://git.efi.th-nuernberg.de/gitea/rehfeldst/test-repo 2025-10-21 17:25:50 +02:00
Stephan Rehfeld
4c20e2f786 Added some code comments 2025-10-21 17:24:39 +02:00

1
foo.h
View File

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