// Don't know what should be here, but some 
// rayShade files try to load it.

#include <string.h>
#define I_STRING
//#define I_STDLIB


#ifndef bzero
#define bzero(s,n) memset(s, 0, n)
#endif
