diff options
| author | Charles <sircharlesaze@gmail.com> | 2019-11-25 03:35:06 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2019-11-25 03:35:06 +0100 |
| commit | 5d6aa79961c10b56c6f59adf77ba00ddf296cdbe (patch) | |
| tree | 32a2791b405ce82484de058414897168e3cf5101 /libasm_test.h | |
| parent | 6b8ffc0a55562b553698fd062ce046255c8ce04d (diff) | |
| download | libasm_test-5d6aa79961c10b56c6f59adf77ba00ddf296cdbe.tar.gz libasm_test-5d6aa79961c10b56c6f59adf77ba00ddf296cdbe.tar.bz2 libasm_test-5d6aa79961c10b56c6f59adf77ba00ddf296cdbe.zip | |
More atoi_base test
Diffstat (limited to 'libasm_test.h')
| -rw-r--r-- | libasm_test.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libasm_test.h b/libasm_test.h index d31f699..675c5ad 100644 --- a/libasm_test.h +++ b/libasm_test.h @@ -11,6 +11,8 @@ # include <limits.h> # include <stddef.h> +# define TO_STRING(x) #x + /* * mandatory */ |
