8 lines
89 B
C
8 lines
89 B
C
#include<gmodule.h>
|
|
|
|
int func();
|
|
|
|
int main(int argc, char **argv) {
|
|
return func();
|
|
}
|