we can now read c style string arrays

This commit is contained in:
2021-06-02 00:45:26 +02:00
parent b1e39cdb75
commit e4f07ffe2f
7 changed files with 77 additions and 2 deletions

6
Makefile Normal file
View File

@ -0,0 +1,6 @@
DEBUG=target/debug/libmd_util_rs.so
FILE=ctest/test.c
OUTPUT=ctest/test
test:
gcc -o ${OUTPUT} ${FILE} -Isrc -L. -l:${DEBUG}
./ctest/test