14 lines
99 B
C
Raw Normal View History

2020-02-01 23:06:01 +01:00
#include "foo.h"
#include "foo2.h"
2024-04-14 22:45:38 +02:00
int foo(void)
2020-02-01 23:06:01 +01:00
{
return 0;
}
2024-04-14 22:45:38 +02:00
int foo2(void)
2020-02-01 23:06:01 +01:00
{
return 0;
}