stdlib/strings: Moved Substring to Buffer since it was in no way similar to the Strin...
[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);