#endif
}
+#ifndef TEST_CONVERSION_ONLY
/******************************************************************************
* NOTE: The following test cases are imported from the Tyndur project. They *
* are therefore under the license of said project, not CC0. *
PRINTF_TEST(20, "1234ABCD ", "% -+0*.*X", 20, 5, 0x1234abcdu);
PRINTF_TEST(20, "00EDCB5433 ", "% -+0*.*X", 20, 10, -0x1234abcdu);
}
-/******************************************************************************/
\ No newline at end of file
+/******************************************************************************/
+#endif
+
\ No newline at end of file