mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
10 lines
170 B
C
10 lines
170 B
C
/* $NetBSD: offsetof.c,v 1.1 2007/03/08 14:31:07 rillig Exp $ */
|
|
|
|
#include <stddef.h>
|
|
|
|
#if !defined(offsetof)
|
|
"force a syntax error" = 1;
|
|
#else
|
|
typedef int dummy;
|
|
#endif
|