9 lines
76 B
C
9 lines
76 B
C
|
#include "foo.h"
|
||
|
|
||
|
|
||
|
int main(int argc, char **argv)
|
||
|
{
|
||
|
foo();
|
||
|
return 0;
|
||
|
}
|