DEBSOURCES
Skip Quicknav
sources / checkpw / 1.02-5 / stralloc_cats.c
12345678
#include "byte.h" #include "str.h" #include "stralloc.h" int stralloc_cats(stralloc *sa,char *s) { return stralloc_catb(sa,s,str_len(s)); }