ml_assert_char
Checks if a given value is a char array.
Contents
Syntax
ml_assert_char(value) ml_assert_char(value, name)
Description
This function checks if a given value is a char array and throws an error if not.
Input
- value - value, which will be checked
- name - character array, used as parameter name in error handling
Output
---
See Also