10 lines
94 B
C
10 lines
94 B
C
#include "foo.h"
|
|
|
|
#include <stdio.h>
|
|
|
|
int main ()
|
|
{
|
|
printf("Foo: %s\n", foo);
|
|
return 0;
|
|
}
|