chiark
/
gitweb
/
~mdw
/
qmail
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'mdw/relayhosts'
[qmail]
/
stralloc_copy.c
1
#include "byte.h"
2
#include "stralloc.h"
3
4
int stralloc_copy(sato,safrom)
5
stralloc *sato;
6
stralloc *safrom;
7
{
8
return stralloc_copyb(sato,safrom->s,safrom->len);
9
}