MCPcopy Create free account
hub / github.com/MapServer/MapServer / writeCharacter

Function writeCharacter

mapfile.c:528–532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

526}
527
528static void writeCharacter(FILE *stream, int indent, const char *name, const char defaultCharacter, char character) {
529 if(defaultCharacter == character) return;
530 writeIndent(stream, ++indent);
531 fprintf(stream, "%s '%c'\n", name, character);
532}
533
534static void writeString(FILE *stream, int indent, const char *name, const char *defaultString, char *string) {
535 char *string_tmp;

Callers 1

writeLabelFunction · 0.85

Calls 1

writeIndentFunction · 0.85

Tested by

no test coverage detected