MCPcopy Create free account
hub / github.com/Singular/Singular / newstruct_destroy

Function newstruct_destroy

Singular/newstruct.cc:527–534  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

525}
526
527void newstruct_destroy(blackbox */*b*/, void *d)
528{
529 if (d!=NULL)
530 {
531 lists n=(lists)d;
532 lClean_newstruct(n);
533 }
534}
535
536void *newstruct_Init(blackbox *b)
537{

Callers

nothing calls this directly

Calls 1

lClean_newstructFunction · 0.85

Tested by

no test coverage detected