4 lines
44 B
C
4 lines
44 B
C
int test_libdl(int x)
|
|
{
|
|
return x * 1337;
|
|
}
|
int test_libdl(int x)
|
|
{
|
|
return x * 1337;
|
|
}
|