unicorn_http: small cleanups and size reduction
[unicorn.git] / ext / unicorn_http / ext_help.h
blob8220600e2efa0d827194b108abaf681b50634c3f
1 #ifndef ext_help_h
2 #define ext_help_h
4 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))
6 #ifndef RSTRING_PTR
7 #define RSTRING_PTR(s) (RSTRING(s)->ptr)
8 #endif
9 #ifndef RSTRING_LEN
10 #define RSTRING_LEN(s) (RSTRING(s)->len)
11 #endif
13 #endif