Guard string builder struct
This commit is contained in:
parent
aa99d91609
commit
913a49e2fb
1 changed files with 3 additions and 0 deletions
3
lazy.h
3
lazy.h
|
|
@ -124,7 +124,10 @@ char *lz_cstr_dup(const char *s);
|
|||
for (T *name = (da).data; name-(da).data < (da).cnt; ++name)
|
||||
#endif
|
||||
|
||||
#ifndef LZ_SB_DEFINITION
|
||||
#define LZ_SB_DEFINITION
|
||||
typedef Lz_DA(char) Lz_SB;
|
||||
#endif
|
||||
|
||||
#ifndef Lz_HM
|
||||
#define Lz_HM(K_t, V_t) struct {\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue