Programowanie w systemie UNIX/pari: Różnice pomiędzy wersjami

Usunięta treść Dodana treść
Linia 58:
 
nie jest imponujący ale program działa (:-))<ref>[http://stackoverflow.com/questions/37878551/how-to-run-c-program-using-pari-library-with-gcc stackoverflow question : how-to-run-c-program-using-pari-library-with-gcc]</ref>
 
===wersja===
Funkcja :
 
pari_print_version();
 
 
powoduje :
 
<source lang=bash>
 
GP/PARI CALCULATOR Version 2.9.4 (released)
amd64 running linux (x86-64/GMP-6.1.2 kernel) 64-bit version
compiled: Dec 19 2017, gcc version 7.3.0 (Ubuntu 7.3.0-1ubuntu1)
threading engine: pthread
(readline v7.0 disabled, extended help enabled)
</source>
 
==gp2c = tworzenie kodu C z pliku gp==