These examples show how to use the CFFI Tool for embedding C or Python code.
- To compile C code, before create (.so) file using 'liv2_build.py' and after(in terminal):
$export LD_LIBRARY_PATH=.
$gcc -o test2 test2.c liv2*.so
If you find any of these codes helpful, please share my GitHub and STAR
⭐this repository to help other enthusiasts to find these tools. Remember, the knowledge must be shared. Otherwise, it is useless and lost in time.