#ifndef _UTIL_H_d2e4a705_ #define _UTIL_H_d2e4a705_ /* This file is in the public domain. */ #include extern FILE *stdio_wrap_w(FILE *, void *, void (*)(FILE *, void *, const char *, int), unsigned int); #define SWW_CLOSE_WRAPPED 0x00000001 extern char *blk_to_nulterm(const void *, int); #endif