MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / msdone

Function msdone

extern/btyacc/mstring.c:63–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63char *msdone(struct mstring *s)
64{
65char *r = 0;
66 if (s) {
67 mputc(s, 0);
68 r = s->base;
69 free(s); }
70 return r;
71}
72
73/* compare two strings, ignoring whitespace, except between two letters or
74** digits (and treat all of these as equal) */

Callers 2

copy_argsFunction · 0.85
compile_argFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected