quantumech

Untitled

Apr 27th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.15 KB | None | 0 0
  1. #include <emscripten.h>
  2. #include <stdio.h>
  3.  
  4. // Tell the compiler not to eliminate this method as dead-code
  5. EMSCRIPTEN_KEEPALIVE
  6. int getNumber();
Add Comment
Please, Sign In to add comment