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

Function writeLineFeed

mapfile.c:468–470  ·  view source on GitHub ↗

** Helper functions for writing mapfiles. */

Source from the content-addressed store, hash-verified

466** Helper functions for writing mapfiles.
467*/
468static void writeLineFeed(FILE *stream) {
469 fprintf(stream, "\n");
470}
471
472static void writeIndent(FILE *stream, int indent) {
473 const char *str=" "; /* change this string to define the indent */

Callers 9

writeExpressionFunction · 0.85
writeLayerFunction · 0.85
writeReferenceMapFunction · 0.85
writeOutputformatobjectFunction · 0.85
writeLegendFunction · 0.85
writeScalebarFunction · 0.85
writeQueryMapFunction · 0.85
writeWebFunction · 0.85
msSaveMapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected