This website works better with 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
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4a54307d01
master
vendor
start
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '4a54307d01'
${ noResults }
libowfat
/
stralloc
/
stralloc_zero.c
6 lines
73 B
C
Raw
Normal View
History
Unescape
Escape
include <foo> -> include "foo"
7 years ago
#
include
"stralloc.h"
cleanups in stralloc and buffer: int -> long for sizes char -> unsigned char for strings
19 years ago
void
stralloc_zero
(
stralloc
*
sa
)
{
sa
-
>
len
=
0
;
}