4 lines
54 B
Plaintext
4 lines
54 B
Plaintext
|
gcc -fPIC -c relax.c
|
||
|
gcc -shared -o maths.so relax.o
|
||
|
|