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 |
||
---|---|---|
.. | ||
asprintf.c | ||
asprntffuns.c | ||
doprnt.c | ||
doprntf.c | ||
doprnti.c | ||
fprintf.c | ||
Makefile.am | ||
Makefile.in | ||
obprintf.c | ||
obprntffuns.c | ||
obvprintf.c | ||
printf.c | ||
printffuns.c | ||
repl-vsnprintf.c | ||
snprintf.c | ||
snprntffuns.c | ||
sprintf.c | ||
sprintffuns.c | ||
vasprintf.c | ||
vfprintf.c | ||
vprintf.c | ||
vsnprintf.c | ||
vsprintf.c |