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

Function newstructFromString

Singular/newstruct.cc:803–809  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

801 return NULL;
802}
803newstruct_desc newstructFromString(const char *s)
804{
805 newstruct_desc res=(newstruct_desc)omAlloc0(sizeof(*res));
806 res->size=0;
807
808 return scanNewstructFromString(s,res);
809}
810newstruct_desc newstructChildFromString(const char *parent, const char *s)
811{
812 // find parent:

Callers 1

jjNEWSTRUCT2Function · 0.85

Calls 2

omAlloc0Function · 0.85
scanNewstructFromStringFunction · 0.85

Tested by

no test coverage detected