Advertisement
Guest User

Untitled

a guest
Nov 19th, 2012
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.15 KB | None | 0 0
  1. %module gpc
  2. %{
  3. /* Includes the header in the wrapper code */
  4. #include "gpc.h"
  5. %}
  6.  
  7. /* Parse the header file to generate wrappers */
  8. %include "gpc.h"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement