Initial source commit
This commit is contained in:
commit
f1384c11ee
335 changed files with 52715 additions and 0 deletions
12
minorGems/util/test/testSnprintf.mingw.out
Normal file
12
minorGems/util/test/testSnprintf.mingw.out
Normal file
|
@ -0,0 +1,12 @@
|
|||
Printed string of length 3 to buffer of size 4 with snprintf.
|
||||
Return value = 3
|
||||
Buffer was null-terminated by snprintf
|
||||
|
||||
Printed string of length 4 to buffer of size 4 with snprintf.
|
||||
Return value = 4
|
||||
Buffer was NOT null-terminated by snprintf
|
||||
|
||||
Printed string of length 5 to buffer of size 4 with snprintf.
|
||||
Return value = -1
|
||||
Buffer was NOT null-terminated by snprintf
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue