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

Function output_file_close

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

** Close an output file, assuming it is not stderr or stdout */

Source from the content-addressed store, hash-verified

15007** Close an output file, assuming it is not stderr or stdout
15008*/
15009static void output_file_close(FILE *f){
15010 if( f && f!=stdout && f!=stderr ) fclose(f);
15011}
15012
15013/*
15014** Try to open an output file. The names "stdout" and "stderr" are

Callers 2

output_resetFunction · 0.85
do_meta_commandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected