| 44 | return sizeof(newstruct_desc_s); |
| 45 | } |
| 46 | static inline int NeedShadowRing(int t) |
| 47 | { |
| 48 | return (RingDependend(t)|| (t==DEF_CMD) ||(t==LIST_CMD)); |
| 49 | } |
| 50 | char * newstruct_String(blackbox *b, void *d) |
| 51 | { |
| 52 | if (d==NULL) return omStrDup("oo"); |
no test coverage detected