Advertisement
Guest User

Untitled

a guest
Sep 9th, 2010
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
D 0.09 KB | None | 0 0
  1.  
  2. module mydll;
  3. import std.c.stdio;
  4.  
  5. export void dllprint() { printf("hello dll world\n"); }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement