implemented switch ... case .. default ..

This commit is contained in:
2025-06-18 23:45:34 +09:00
parent 846cbcf951
commit fac4aa7af5
24 changed files with 1909 additions and 1306 deletions

View File

@ -354,7 +354,7 @@ int hawk_conv_uchars_to_bchars_with_cmgr (const hawk_uch_t* ucs, hawk_oow_t* ucs
}
/* it assumes that bcsbuf is large enough to hold a character */
/*HAWK_ASSERT (hawk, n <= HAWK_COUNTOF(bcsbuf));*/
/*HAWK_ASSERT(hawk, n <= HAWK_COUNTOF(bcsbuf));*/
p++; mlen += n;
}
@ -435,7 +435,7 @@ int hawk_conv_ucstr_to_bcstr_with_cmgr (
}
/* it assumes that bcs is large enough to hold a character */
/*HAWK_ASSERT (hawk, n <= HAWK_COUNTOF(bcs));*/
/*HAWK_ASSERT(hawk, n <= HAWK_COUNTOF(bcs));*/
p++; mlen += n;
}