This website requires JavaScript.
Explore
Help
Sign In
anulax
/
stb
Watch
1
Star
0
Fork
You've already forked stb
0
Code
Issues
Pull Requests
Packages
project_board
Releases
Wiki
Activity
stb single-file public domain libraries for C/C++
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and dots ('.'), can be up to 35 characters long. Letters must be lowercase.
1940
Commits
1
Branch
0
Tags
6.0 MiB
C
98.5%
C++
1.5%
Tag:
Branch:
Tree:
b42009b3b9
master
Branches
Tags
${ item.name }
Create tag ${ searchTerm }
Create branch ${ searchTerm }
from "b42009b3b9"
${ noResults }
stb
/
tests
/
stretchy_buffer_test.c
7 lines
91 B
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