MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / print_string

Function print_string

src/common/pretty.cpp:875–883  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

873//
874
875static int print_string( ctl* control, SSHORT offset)
876{
877 SSHORT n = print_byte(control);
878 while (--n >= 0)
879 print_char(control, offset);
880
881 PUT_BYTE(' ');
882 return 0;
883}
884
885
886//____________________________________________________________

Callers 1

print_sdl_verbFunction · 0.85

Calls 2

print_byteFunction · 0.85
print_charFunction · 0.85

Tested by

no test coverage detected