2
0

dlc-lib.cpp 87 B

1234567
  1. extern "C" {
  2. int num = 100;
  3. int test(int a){
  4. return 10 + a;
  5. }
  6. }