1
1
mirror of https://github.com/theoludwig/libcproject.git synced 2025-05-21 23:21:15 +02:00

feat: add assert module

This commit is contained in:
2024-09-25 14:57:34 +02:00
parent 1be12c2a97
commit 336bbf6197
12 changed files with 38 additions and 29 deletions

View File

@ -48,8 +48,7 @@ char character_to_lower(const char character);
* @brief Check if the character is a digit ('0', '1', '2', '3', '4', '5', '6', '7, '8' or '9').
*
* @param character
* @return true
* @return false
* @return bool
* @since v1.0.0
*/
bool character_get_is_digit(const char character);