MCPcopy Create free account
hub / github.com/audacity/audacity / printSchemaLineN

Function printSchemaLineN

lib-src/sqlite/shell.c:11972–11977  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11970 }
11971}
11972static void printSchemaLineN(FILE *out, char *z, int n, const char *zTail){
11973 char c = z[n];
11974 z[n] = 0;
11975 printSchemaLine(out, z, zTail);
11976 z[n] = c;
11977}
11978
11979/*
11980** Return true if string z[] has nothing but whitespace and comments to the

Callers 1

shell_callbackFunction · 0.85

Calls 1

printSchemaLineFunction · 0.85

Tested by

no test coverage detected