chiark
/
gitweb
/
~mdw
/
qmail
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Debianization for 1.01-2
[qmail]
/
stralloc_opys.c
1
#include "byte.h"
2
#include "str.h"
3
#include "stralloc.h"
4
5
int stralloc_copys(sa,s)
6
stralloc *sa;
7
char *s;
8
{
9
return stralloc_copyb(sa,s,str_len(s));
10
}