1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-09 06:29:38 +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 */
/*****************************************************************************/