Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – tendra.SVN – Blame – /trunk/src/lib/machines/freebsd/80x86/include/stddef.h – Rev 75

Subversion Repositories tendra.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
75 7u83 1
#ifndef __TENDRA_STDDEF_H
2
#define __TENDRA_STDDEF_H
71 7u83 3
 
75 7u83 4
#include <sys/types.h>
71 7u83 5
 
6
#define	offsetof(type, field)	0
7
 
75 7u83 8
 
9
#endif
10