Added bstr_data function
FossilOrigin-Name: ba0b2ad01768b14103ca0ae8d98f26a41331919795fba79184f13ab1710d93df
This commit is contained in:
parent
2ea0f2a32e
commit
ea64094778
@ -7,4 +7,5 @@ extern uint8_t * bstr_create_from_cfgstr(const char * s);
|
||||
extern uint8_t * bstr_replace( uint8_t ** dst, uint8_t * bstr);
|
||||
|
||||
|
||||
#define bstr_len(s) (*s)
|
||||
#define bstr_len(s) (*(s))
|
||||
#define bstr_data(s) (s+1)
|
||||
|
Loading…
Reference in New Issue
Block a user