• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 __declspec(dllexport) int
dll_func(void)2 dll_func (void)
3 {
4   return 10;
5 }
6