Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- autobuild() {
- module a("/usr/lib/clib.so");
- structure api = {
- auto (*printf)(
- {type string},
- {type vaarg }
- ) = &module_symbol(a, "printf");
- };
- def printf {api printf};
- printf("hello world\n");
- }
Add Comment
Please, Sign In to add comment