lib: implements `Float::to_precision` in a non native way
[nit.git] / tests / test_extern_nit.h
1 #include <test_extern._nitni.h>
2
3 long int foo(Object);
4 long int bar(Object, long int);
5 Object baz(Object, Object);