RosettaCodeData/Task/Use-another-language-to-call-a-function/TXR/use-another-language-to-call-a-function-2.txr
2023-07-01 13:44:08 -04:00

2 lines
59 B
Text

gcc -g -fPIC query.c -c
gcc -g --shared query.c -o query.c