| 173 | return N; |
| 174 | } |
| 175 | void * newstruct_Copy(blackbox*, void *d) |
| 176 | { |
| 177 | lists n1=(lists)d; |
| 178 | return (void*)lCopy_newstruct(n1); |
| 179 | } |
| 180 | |
| 181 | // Used by newstruct_Assign for overloaded '=' |
| 182 | BOOLEAN newstruct_Assign_user(int op, leftv l, leftv r) |
no test coverage detected