.
This commit is contained in:
commit
55385f8857
69 changed files with 1125 additions and 0 deletions
8
strff/strff_get.c
Normal file
8
strff/strff_get.c
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#include "../strff.h"
|
||||
|
||||
int strff_get(struct strff *strff, char *key, stralloc *sa)
|
||||
{
|
||||
if (!strff_seek(strff, key))
|
||||
return 0;
|
||||
return strff_read_sa(strff, sa);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue