lambda-calc-1/wcistream/string/free.c
2025-01-20 13:40:51 -06:00

18 lines
229 B
C

#include <unistd.h>
#include <debug.h>
#include "struct.h"
#include "free.h"
void free_string_wcistream(
struct wcistream* super)
{
ENTER;
/* struct string_wcistream* this = (void*) super;*/
EXIT;
}