scala-interop / slinc

Scala <-> C interop
GNU Affero General Public License v3.0
102 stars 5 forks source link

Rename BindingsSpec into StdLib spec, add more bindings #14

Open markehammons opened 1 year ago

markehammons commented 1 year ago

BindingsSpec is really a test of stdlib.h bindings, so lets make it official. Rename BindingsSpec to StdlibSpec and add bindings for the following:

markehammons commented 1 year ago

Thank @rrramiro for adding bindings to atof and strtod, as well as your hard work implementing Mem.readAddress!