mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-07 21:19:47 -04:00
15 lines
469 B
C
15 lines
469 B
C
/* $NetBSD: ansi.h,v 1.2 2011/07/17 20:54:40 joerg Exp $ */
|
|
|
|
/* Windows CE architecture */
|
|
|
|
#include <machine/int_types.h>
|
|
|
|
#define _BSD_CLOCK_T_ unsigned int /* clock() */
|
|
#define _BSD_PTRDIFF_T_ int /* ptr1 - ptr2 */
|
|
#define _BSD_SSIZE_T_ int /* byte count or error */
|
|
#define _BSD_CLOCKID_T_ int /* clockid_t */
|
|
#define _BSD_TIMER_T_ int /* timer_t */
|
|
#define _BSD_SUSECONDS_T_ int /* suseconds_t */
|
|
#define _BSD_USECONDS_T_ unsigned int /* useconds_t */
|
|
|