home *** CD-ROM | disk | FTP | other *** search
- /*
- * stdefs.h -- non-ANSI
- *
- * Supplied for compatibility, use stddef.h.
- *
- * Copyright (c) 1990, MetaWare Incorporated
- */
-
- #ifndef _STDEFS_H
- #define _STDEFS_H
-
- #include <stddef.h>
- /* ANSI renamed this file at one point. We include the old name
- for backwards compatibility. */
-
- #endif /* _STDEFS_H */
-