This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
libowfat
mirror of
/home/gitosis/repositories/libowfat.git
Watch
1
Star
0
Fork
You've already forked libowfat
0
Code
Releases
Activity
9b20021644
libowfat
/
stralloc
/
stralloc_zero.c
6 lines
73 B
C
Raw
Blame
History
#
include
<stralloc.h>
void
stralloc_zero
(
stralloc
*
sa
)
{
sa
-
>
len
=
0
;
}
View Git Blame
Copy Permalink