DEBSOURCES
Skip Quicknav
sources / ucspi-tcp / 1%3A0.88-13 / stralloc_opys.c
12345678
#include "byte.h" #include "str.h" #include "stralloc.h" int stralloc_copys(stralloc *sa,char *s) { return stralloc_copyb(sa,s,str_len(s)); }