Created
          November 9, 2017 10:35 
        
      - 
      
- 
        Save rdeioris/0b93ceafa49edf9ffd00ae8a53a8af48 to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #ifdef _WIN32 | |
| #define EXPORT __declspec(dllexport) | |
| #else | |
| #define EXPORT | |
| #endif | |
| EXPORT int app_adder(int, int); | |
| EXPORT int app_multiplier(int , int); | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment