Compare commits

..

No commits in common. "f872d029eee15bf31ceb4b0de8c7492cf52a69bf" and "0f5d9ea726d1ba13d0e8818b8edbfe859b6f6c6e" have entirely different histories.

1
foo.h
View File

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