[liba] Add aeabi long conversion

This commit is contained in:
Émilie Feral
2017-08-31 15:17:22 +02:00
parent b9ec1b5383
commit 925f404382
11 changed files with 431 additions and 51 deletions

View File

@@ -27,5 +27,6 @@ typedef int64_t int_fast64_t;
typedef uint8_t uint_least8_t;
#define UINT64_C(c) c ## ULL
#define INT64_C(c) c ## LL
#endif