6 lines
92 B
C
6 lines
92 B
C
#include "../strff.h"
|
|
|
|
void strff_close(struct strff *strff)
|
|
{
|
|
buffer_close(&strff->b);
|
|
}
|