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
It should be possible to easily declare constants which would normally be accessible in C by including the headers of the library. A specialisation for "flags" fields, i.e. integer constants meant to combined with bitwise-OR would be useful.
Should create a glue method in the C stubs that will be called during static initialisation. The method will simply return an array of the required values.
(heavily inspired by libuv/asys work of course)
It should be possible to easily declare constants which would normally be accessible in C by including the headers of the library. A specialisation for "flags" fields, i.e. integer constants meant to combined with bitwise-OR would be useful.
Something like:
Should create a glue method in the C stubs that will be called during static initialisation. The method will simply return an array of the required values.
And then:
Status:
The text was updated successfully, but these errors were encountered: