9 lines
82 B
C
9 lines
82 B
C
#include <stdio.h>
|
|
#include "foo.h"
|
|
|
|
int main() {
|
|
foo();
|
|
|
|
return 0;
|
|
}
|