#ifndef _STDDEF_H#define _STDDEF_H#include <psxtypes/psxtypes.h>#define offsetof(type,member) __offsetof(type,member)#endif