From 65fae53a7178683e3bb9c5ba41edf2b7bcb77020 Mon Sep 17 00:00:00 2001 From: Bill Shannon Date: Sun, 13 Feb 1983 03:06:45 -0800 Subject: [PATCH] date and time created 83/02/12 19:06:45 by shannon SCCS-vsn: old/tbl/tc.c 4.1 --- usr/src/old/tbl/tc.c | 62 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 usr/src/old/tbl/tc.c diff --git a/usr/src/old/tbl/tc.c b/usr/src/old/tbl/tc.c new file mode 100644 index 0000000000..e3254df58d --- /dev/null +++ b/usr/src/old/tbl/tc.c @@ -0,0 +1,62 @@ +/* tc.c 4.1 83/02/12 */ + + /* tc.c: find character not in table to delimit fields */ +# include "t..c" +choochar() +{ +/* choose funny characters to delimit fields */ +int had[128], ilin,icol, k; +char *s; +for(icol=0; icol<128; icol++) + had[icol]=0; +F1 = F2 = 0; +for(ilin=0;ilin= 128 || s<0); +} -- 2.20.1