Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
たとえば、次のような関数があります。
int func(int a, int b, int c){...}
今度はGMPライブラリを使いたいです。では、上記のコードをどのように変更する必要がありますか? たぶん次のようなもの:
int func(mpz_t a, mpz_t b, mpz_t c){...}