OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [uclinux/] [uC-libc/] [include/] [stddef.h] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 199 simons
/* Copyright (C) 1996 Robert de Bath <rdebath@cix.compulink.co.uk>
2
 * This file is part of the Linux-8086 C library and is distributed
3
 * under the GNU Library General Public License.
4
 */
5
/* We don't care, ignore GCC's __need hackery */
6
 
7
#undef __need_wchar_t
8
#undef __need_size_t
9
#undef __need_ptrdiff_t
10
#undef __need_NULL
11
 
12
/* Fact is these are _normal_ */
13
#if 1   /* __BCC__ */   /* Only for Bcc 8086/80386 */
14
 
15
#ifndef __STDDEF_H
16
#define __STDDEF_H
17
 
18
#ifndef _SIZE_T
19
#define _SIZE_T
20
typedef unsigned long size_t;
21
#endif
22
 
23
#ifndef NULL
24
#define NULL 0
25
#endif
26
 
27
#endif /* __STDDEF_H */
28
#endif /* __AS386_16__ */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.