Replace a switch statement used to validate arguments to known library functions with a more consistent table-driven approach and tighten it up.
47 KiB
47 KiB
Replace a switch statement used to validate arguments to known library functions with a more consistent table-driven approach and tighten it up.