a0d66c8d67
From-SVN: r24349
7 lines
116 B
C
7 lines
116 B
C
/* Host environment for 68000's running System V. */
|
|
|
|
#ifndef _SIZE_T_
|
|
typedef int size_t;
|
|
#define _SIZE_T_
|
|
#endif
|