This website requires JavaScript.
Explore
Help
Sign In
mirror
/
libowfat
Watch
1
Star
0
Fork
0
You've already forked libowfat
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
libowfat
/
stralloc
/
stralloc_zero.c
6 lines
73 B
C
Raw
Normal View
History
Unescape
Escape
include <foo> -> include "foo"
2016-03-17 11:13:23 +00:00
#
include
"stralloc.h"
cleanups in stralloc and buffer: int -> long for sizes char -> unsigned char for strings
2004-11-25 21:29:35 +00:00
void
stralloc_zero
(
stralloc
*
sa
)
{
sa
-
>
len
=
0
;
}
Reference in New Issue
Copy Permalink