1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-17 00:29:31 +00:00

Added size_t.

This commit is contained in:
Oliver Schmidt 2018-02-10 11:45:50 +01:00
parent b65981fc3a
commit 6f6fd33cae

View File

@ -35,6 +35,13 @@
#ifndef _HAVE_size_t
typedef unsigned size_t;
#define _HAVE_size_t
#endif
/*****************************************************************************/ /*****************************************************************************/
/* Data */ /* Data */
/*****************************************************************************/ /*****************************************************************************/