gmp_fscanf()
and gmp_fprintf()
read and write ASCII, i.e. text files.Standard C library can read and write huge binary file e.g. by
fread()
and fwrite()
.What kind are those data and what do you want to do with them?
P.S.
mpz_inp_raw()
& mpz_out_raw()
can read and write huge integers in portable binary format.Statistics: Posted by ruwolf — 2024-06-22 09:06