1
0
mirror of https://github.com/PDP-10/its.git synced 2026-03-23 09:19:24 +00:00

Add fmtf function to C library. Or update STINKR to call deffmt?

This commit is contained in:
Lars Brinkhoff
2018-10-31 21:24:09 +01:00
parent da358558e2
commit 9f21dee4a6

View File

@@ -42,6 +42,8 @@ deffmt (c, p, n) int (*p)();
else cprint (cerr, "bad character to DEFFMT: %c\n", c);
}
fmtf (c, p, n) { deffmt (c, p, n); }
cprint (a1,a2,a3,a4,a5,a6,a7,a8)
{int *adx, c, width;