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
a811de95f1
libowfat
/
stralloc
/
stralloc_init.c
7 lines
90 B
C
Raw
Blame
History
#
include
"stralloc.h"
void
stralloc_init
(
stralloc
*
sa
)
{
sa
-
>
s
=
0
;
sa
-
>
len
=
sa
-
>
a
=
0
;
}
View Git Blame
Copy Permalink