1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-27 10:14:28 +01:00

Added support for %b (bits / binary), %f (float) and %g (double).

This commit is contained in:
Fabian Zahn
2018-10-27 18:21:01 +02:00
parent b4ab81bbe9
commit f1100dd19a
2 changed files with 36 additions and 10 deletions

View File

@@ -134,7 +134,7 @@
typedef UNITY_INT32 UNITY_INT;
#else
/* 64-bit Support */
/* 64-bit Support */
#if (UNITY_LONG_WIDTH == 32)
typedef unsigned long long UNITY_UINT64;
typedef signed long long UNITY_INT64;