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

Function setTextMode

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

Source from the content-addressed store, hash-verified

227 _setmode(_fileno(file), _O_BINARY);
228}
229static void setTextMode(FILE *file, int isOutput){
230 if( isOutput ) fflush(file);
231 _setmode(_fileno(file), _O_TEXT);
232}
233#else
234# define setBinaryMode(X,Y)
235# define setTextMode(X,Y)

Callers 4

output_quoted_stringFunction · 0.85
shell_callbackFunction · 0.85
do_meta_commandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected