1
2
3
4
5
6
7
static int _test_decimal_zero() {
    mu_start();
    //────────────────────
    mu_check_smint("0", "%d", 0);
    //────────────────────
    mu_end();
}

© Copyright 2022 Alexander J. Quinn         This content is protected and may not be shared, uploaded, or distributed.