Revert "Merging in 1.0.2."

This reverts commit 50cf3276e7.
This commit is contained in:
Geoffrey Challen
2017-01-09 22:52:13 -05:00
parent 50cf3276e7
commit e318e3171e
118 changed files with 3158 additions and 1350 deletions

View File

@@ -32,6 +32,7 @@
#include <unistd.h>
#include <assert.h>
#include <err.h>
#include <test161/test161.h>
#define _PATH_SELF "/testbin/factorial"
@@ -245,9 +246,12 @@ main(int argc, char *argv[])
}
else if (argc == 3) {
if (!strcmp(argv[1], "1") || !strcmp(argv[1], "0")) {
printf("%s\n", argv[2]);
nprintf("\n");
tprintf("%s\n", argv[2]);
secprintf(SECRET, argv[2], "/testbin/factorial");
}
else {
nprintf(".");
number_init(&n1, argv[1]);
number_init(&n2, argv[2]);
number_init(&multbuf, "0");