diff --git a/include/name_string.h b/include/name_string.h index 9ea8ab0..8002539 100644 --- a/include/name_string.h +++ b/include/name_string.h @@ -6,7 +6,7 @@ #include #define MAX_STR_SIZE 255 -typedef uint8_t strlen_t; +typedef uint_least8_t strlen_t; /* * C Doesn't define any standard string structure, so we'll make a simple one of