/* * * (c) 2005 Laurent Vivier * */ #include #include "libblock.h" void block_close(stream_FILE *file) { if (file == NULL) return; free(file); }