Main Page | Data Structures | File List | Data Fields | Globals | Related Pages

sanity.h

Go to the documentation of this file.
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

Generated on Sun Jan 13 02:52:29 2008 for fish by  doxygen 1.4.4