00001 00005 #ifndef FISH_SANITY_H 00006 #define FISH_SANITY_H 00007 00008 #include <wchar.h> 00009 00013 void sanity_lose(); 00014 00018 int sanity_check(); 00019 00027 void validate_pointer( const void *ptr, const wchar_t *err, int null_ok ); 00028 00029 #endif
1.4.4