MCPcopy Create free account
hub / github.com/GregoryFaust/samblaster / outputString

Function outputString

samblaster.cpp:391–398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

389}
390
391inline void outputString(char * str, FILE * output)
392{
393 // Do the error checking here so we don't have to do it elsewhere.
394 if (fputs(str, output) < 0)
395 {
396 fatalError("samblaster: Unable to write to output file.\n");
397 }
398}
399
400// Output the line.
401inline void writeLine(splitLine_t * line, FILE * output)

Callers 2

writeLineFunction · 0.85
writeSAMlineWithIdNumFunction · 0.85

Calls 1

fatalErrorFunction · 0.85

Tested by

no test coverage detected