This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
nothings-stb
mirror of
https://github.com/nothings/stb.git
Watch
1
Star
0
Fork
You've already forked nothings-stb
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
98fdfc6df8
nothings-stb
/
tests
/
stretchy_buffer_test.c
7 lines
91 B
C
Raw
Blame
History
#
include
"stretchy_buffer.h"
void
test_sb
(
void
)
{
char
*
x
=
NULL
;
sb_push
(
x
,
'
x
'
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink