@ -16,7 +16,7 @@ Do this for each file. In this example `another-example.h`, `third-example.h`.
```c
/* example.c file */
void example(void);
void example(void)
{
/* do something */
}