Go to the source code of this file.
Definition at line 7 of file ext13c.c.
Definition at line 9 of file ext13c.c.
References cmntest, i1, and Max.
00010 { 00011 int i1; 00012 static int k; 00013 i1 = Max(*n,10); 00014 for (k = 0; k < i1; ++k) { 00015 cmntest.b[k] = a[k]; 00016 } 00017 }
Definition at line 19 of file ext13c.c.
00020 { 00021 int i1; 00022 static int k; 00023 i1 = Max(*n,10); 00024 for (k = 0; k < i1; ++k) { 00025 c[k] = cmntest.b[k]; 00026 } 00027 }
Definition at line 4 of file ext13c.c.
Referenced by ext13ic(), and ext13oc().