example_dll.c 47 B

1234
  1. int example_dll_function(void)
  2. {
  3. return 0;
  4. }