This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
stb
Watch
1
Star
0
Fork
0
You've already forked stb
mirror of
https://github.com/nothings/stb
synced
2024-12-15 20:32:33 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f0f2533754
stb
/
tests
/
stretchy_buffer_test.c
7 lines
91 B
C
Raw
Normal View
History
Unescape
Escape
no warnings when compiling /W3 compiling all test cases and compilers in test.sbm Compilers: 32-bit: VS2015 VS2013 VS2008 VC6 (1998) clang-cl 9.0.1 64-bit VS2015 clang-cl 9.0.1
2019-03-05 01:45:06 +03:00
#
include
"stretchy_buffer.h"
void
test_sb
(
void
)
{
char
*
x
=
NULL
;
sb_push
(
x
,
'
x
'
)
;
}
Reference in New Issue
Copy Permalink