MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / setTextMode

Function setTextMode

modules/dasSQLITE/sqlite/shell.c:268–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266 _setmode(_fileno(file), _O_BINARY);
267}
268static void setTextMode(FILE *file, int isOutput){
269 if( isOutput ) fflush(file);
270 _setmode(_fileno(file), _O_TEXT);
271}
272#else
273# define setBinaryMode(X,Y)
274# 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