| 23 | VAR omBin slists_bin = omGetSpecBin(sizeof(slists)); |
| 24 | |
| 25 | int lSize(lists L) |
| 26 | { |
| 27 | int n=L->nr; |
| 28 | while ((n>=0)&&((L->m[n].rtyp==DEF_CMD)||(L->m[n].rtyp==0))) n--; |
| 29 | return n; |
| 30 | } |
| 31 | |
| 32 | lists lCopy(lists L) |
| 33 | { |
no outgoing calls
no test coverage detected