File:  [RetroPC.NET] / xmil / adv / agb / advlibc / include / stddef.h
Revision 1.1: download - view: text, annotated - select for diffs
Fri Feb 4 15:42:08 2005 JST (20 years, 8 months ago) by yui
Branches: MAIN
CVS tags: HEAD
RetroPC CVS restarting 2005/02/04 (T.Yui)

#ifndef _ADVLIBC_STDDEF_
#define _ADVLIBC_STDDEF_

#include	"./advtypes.h"

#define offsetof(s, m)	(size_t)&(((s *)0)->m)

#endif

RetroPC.NET-CVS <cvs@retropc.net>