e554550755
for file in $(find -name \*.h ) ; do sed -e "s/#include \"gmp\.h\"/#include \"mpir.h\"/g" $file > temp ; mv temp $file ; done for file in $(find -name \*.cc) ; do sed -e "s/#include \"gmp\.h\"/#include \"mpir.h\"/g" $file > temp ; mv temp $file ; done |
||
---|---|---|
.. | ||
doscan.c | ||
fscanf.c | ||
fscanffuns.c | ||
Makefile.am | ||
Makefile.in | ||
scanf.c | ||
sscanf.c | ||
sscanffuns.c | ||
vfscanf.c | ||
vscanf.c | ||
vsscanf.c |