10 lines
105 B
C
10 lines
105 B
C
#include <stdio.h>
|
|
#include "myfun.h"
|
|
|
|
int main(int argc, char *argv[])
|
|
{
|
|
myfun1();
|
|
|
|
return 0;
|
|
}
|