chiark
/
gitweb
/
~mdw
/
catacomb
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Rearrange the file tree.
[catacomb]
/
math
/
mpmul.c
diff --git
a/mpmul.c
b/math/mpmul.c
similarity index 97%
rename from
mpmul.c
rename to
math/mpmul.c
index 1f932b0dd7ea3ca2e727521db23debaa5cdb3600..e168bc19c06d6bbeb321d85004a8efb9afe5702c 100644
(file)
--- a/
mpmul.c
+++ b/
math/mpmul.c
@@
-1,6
+1,4
@@
/* -*-c-*-
/* -*-c-*-
- *
- * $Id: mpmul.c,v 1.5 2004/04/08 01:36:15 mdw Exp $
*
* Multiply many small numbers together
*
*
* Multiply many small numbers together
*
@@
-172,7
+170,7
@@
static test_chunk tests[] = {
int main(int argc, char *argv[])
{
int main(int argc, char *argv[])
{
- test_run(argc, argv, tests, SRCDIR "/t
ests
/mp");
+ test_run(argc, argv, tests, SRCDIR "/t/mp");
return (0);
}
return (0);
}