blob: 2f776db2418f1043e7459d465a9e428c90c24983 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
/*
SCI2C: ------------------------------------------------------------------
SCI2C: function lengthfinder()
SCI2C: ------------------------------------------------------------------
*/
int main()
{
d0d0OpColond2(1,5,x);
y = d2lengthd0(x, __xSize);
d0disp(y);
/*
** ---------------------
** --- Free Section. ---
** ---------------------
*/
/*
** -------------------------
** --- End Free Section. ---
** -------------------------
*/
return(0);
}
|