Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Defining FFI prefix/namespace #228

Open
giann opened this issue Oct 26, 2023 · 0 comments
Open

Defining FFI prefix/namespace #228

giann opened this issue Oct 26, 2023 · 0 comments
Labels
FFI Issues related to FFI
Milestone

Comments

@giann
Copy link
Collaborator

giann commented Oct 26, 2023

zdef(
    "mylib",
    `
        fn hello() void;
        fn bye() void;
    `,
    prefix: "mylib"
)
@giann giann added the FFI Issues related to FFI label Oct 26, 2023
@giann giann added this to the 0.5.0 milestone Oct 26, 2023
@giann giann changed the title Defining FFI prefix Defining FFI prefix/namespace Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FFI Issues related to FFI
Projects
None yet
Development

No branches or pull requests

1 participant