1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-19 09:28:25 +00:00

Added size_t.

This commit is contained in:
Oliver Schmidt
2018-02-10 11:45:50 +01:00
parent b65981fc3a
commit 6f6fd33cae
+7
View File
@@ -35,6 +35,13 @@
#ifndef _HAVE_size_t
typedef unsigned size_t;
#define _HAVE_size_t
#endif
/*****************************************************************************/
/* Data */
/*****************************************************************************/