This website works better with JavaScript.
Explore
Help
Sign In
mirror
/
libowfat
Watch
1
Star
0
Fork
You've already forked libowfat
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4f66a05d0b
libowfat
/
stralloc
/
stralloc_zero.c
6 lines
73 B
C
Raw
Normal View
History
Unescape
Escape
include <foo> -> include "foo"
9 years ago
#
include
"stralloc.h"
cleanups in stralloc and buffer: int -> long for sizes char -> unsigned char for strings
20 years ago
void
stralloc_zero
(
stralloc
*
sa
)
{
sa
-
>
len
=
0
;
}