-
- Downloads
tests/libc_newlib: fix pointers comparison for llvm
With llvm and samr21-xpro, I could not directly do 'printf == iprintf'.
But doing `(printf - iprintf) == 0` correctly checked if they are equal.
Co-authored-by:
Kaspar Schleiser <kaspar@schleiser.de>
Please register or sign in to comment