diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/includes/types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/includes/types.h b/tests/includes/types.h index 0bb914c..c8c3afd 100644 --- a/tests/includes/types.h +++ b/tests/includes/types.h @@ -29,6 +29,7 @@ typedef struct char_struct { } char_struct_t; typedef char* string_t; +typedef const char* const_string_t; static inline int8_t int_to_int8(int n) { return (int8_t) n; |