setup neurons library and some script to test this lib

This commit is contained in:
2024-04-16 21:14:30 +02:00
parent 4d80d44f70
commit 2ef9a6b7c4
10 changed files with 397 additions and 4 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/bin/sh
gcc -o c_launch is_good.c -I../include_neurons/include/ -L.. -L../../ytest_t/ -lneurons -lytest -lpthread -lm