Subversion Repositories tendra.SVN

Rev

Details | Last modification | View Log | RSS feed

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