.
This commit is contained in:
commit
55385f8857
69 changed files with 1125 additions and 0 deletions
6
strff/strff_close.c
Normal file
6
strff/strff_close.c
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#include "../strff.h"
|
||||
|
||||
void strff_close(struct strff *strff)
|
||||
{
|
||||
buffer_close(&strff->b);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue