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

Function iiGetLibName

Singular/ipshell.h:66–66  ·  view source on GitHub ↗

find the library of an proc

Source from the content-addressed store, hash-verified

64BOOLEAN iiInternalExport (leftv v, int toLev, package pack);
65/// find the library of an proc
66static inline char * iiGetLibName(const procinfov pi) { return pi->libname; }
67char * iiGetLibProcBuffer( procinfov pi, int part=1 );
68char * iiProcName(char *buf, char & ct, char* &e);
69char * iiProcArgs(char *e,BOOLEAN withParenth);

Callers 2

singular_exampleFunction · 0.85
heOnlineHelpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected