8 lines
76 B
C
8 lines
76 B
C
#define BUILDING_DLL
|
|
|
|
#include<mylib.h>
|
|
|
|
int func2(void) {
|
|
return 42;
|
|
}
|