mirror of
https://github.com/PDP-10/its.git
synced 2026-03-20 16:38:16 +00:00
Add fmtf function to C library. Or update STINKR to call deffmt?
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user