From 465749ec6de871ae244ebe6d3264c71eeb728fcc Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 1 Mar 2016 19:41:04 +0100 Subject: Add typedef zahl_char_t for internal use MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- zahl.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'zahl.h') diff --git a/zahl.h b/zahl.h index e2634a8..c39510f 100644 --- a/zahl.h +++ b/zahl.h @@ -9,12 +9,15 @@ +/* You should pretend like this typedef does not exist. */ +typedef uint32_t zahl_char_t; + /* This structure should be considered opaque. */ typedef struct { int sign; size_t used; size_t alloced; - uint32_t *chars; + zahl_char_t *chars; } z_t[1]; -- cgit v1.2.3-70-g09d2