aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/tacle-bench-powerwindow/wcclib.h
blob: 5a5dc36fecd6bb670581864bfe42c8f01203d61b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _WCCLIB
#define _WCCLIB

#define size_t       unsigned long
#define int32_t      int
#define uint32_t     unsigned int
#define u_int16_t    unsigned short
#define u_int32_t    unsigned int

#define NULL ( (void *) 0)

void *memset( void *s, int c, size_t n );

#endif // _WCCLIB