Skip to content

Instantly share code, notes, and snippets.

@dadadax
Last active May 31, 2018 05:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dadadax/84699f3ecf3de1b89c7eaf208d18687d to your computer and use it in GitHub Desktop.
Save dadadax/84699f3ecf3de1b89c7eaf208d18687d to your computer and use it in GitHub Desktop.
#include "ADD.h"
ADD_API int ADD_2(int A, int B) {
return A + B;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment