Blob Blame History Raw
#ifndef _STDDEF_H
#define _STDDEF_H

#define offsetof(type, member) __offsetof(type, member)

#endif