RosettaCodeData/Task/Use-another-language-to-call-a-function/Ada/use-another-language-to-call-a-function-3.ada
Ingy döt Net 68f8f3e56b all tasks
2013-04-11 01:07:29 -07:00

4 lines
101 B
Ada

gcc -c main.c
gnatmake -c exported.adb
gnatbind -n exported.ali
gnatlink exported.ali main.o -o main