xref: /netbsd/sys/arch/hpc/stand/include/machine/ansi.h (revision 6550d01e)
1 /*	$NetBSD: ansi.h,v 1.1 2001/02/09 18:35:21 uch Exp $	*/
2 
3 /* Windows CE architecture */
4 
5 #include <machine/int_types.h>
6 
7 #define	_BSD_CLOCK_T_		unsigned int	/* clock() */
8 #define	_BSD_PTRDIFF_T_		int		/* ptr1 - ptr2 */
9 #define	_BSD_SSIZE_T_		int		/* byte count or error */
10 #define	_BSD_VA_LIST_		char *		/* va_list */
11 #define	_BSD_CLOCKID_T_		int		/* clockid_t */
12 #define	_BSD_TIMER_T_		int		/* timer_t */
13 #define	_BSD_SUSECONDS_T_	int		/* suseconds_t */
14 #define	_BSD_USECONDS_T_	unsigned int	/* useconds_t */
15 
16