Skip to content

Files

Latest commit

 

History

History

cffi_abi

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Commands to build the shared library:

gcc -c ..\c_reference\lib\mandelbrot.c -o mandel.o
gcc -c ..\c_reference\lib\my_complex.c -o my_complex.o
gcc -shared -o libmandel.so mandel.o my_complex.o