You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah extern(C)s should really be declarations probably. That whole piece of compiler machinery was added after extern declarations, which is why you can declare structs in a function but not externs.
This lets you write FFI functions like
The text was updated successfully, but these errors were encountered: