8 lines
91 B
C
8 lines
91 B
C
#include "bar.h"
|
|
|
|
#include <stdio.h>
|
|
|
|
void bar(void) {
|
|
puts("Hello World from bar().");
|
|
}
|