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
Using the C API functionality created by #19 it should be possible to create Rubex wrappers over C functions from C standard libraries like stdlib.h and math.h. This functionality can then be easily used in other Rubex programs using the require_rubex construct. It will build upon #48.
The text was updated successfully, but these errors were encountered:
Using the C API functionality created by #19 it should be possible to create Rubex wrappers over C functions from C standard libraries like
stdlib.h
andmath.h
. This functionality can then be easily used in other Rubex programs using therequire_rubex
construct. It will build upon #48.The text was updated successfully, but these errors were encountered: