5 #define RZ_FREE(x) { free(x); x = NULL; }
8 #define RZ_NEW0(x) (x*)calloc(1,sizeof(x))
const lzma_allocator const uint8_t size_t uint8_t * out
_Use_decl_annotations_ int __cdecl printf(const char *const _Format,...)
static static sync static getppid static getegid const char static filename char static len const char char static bufsiz static mask static vfork const void static prot static getpgrp const char static swapflags static arg static fd static protocol static who struct sockaddr static addrlen static backlog struct timeval struct timezone static tz const struct iovec static count static mode const void const struct sockaddr static tolen const char static pathname void static offset struct stat static buf void long static basep static whence static length const void static len key
void rz_strbuf_fini(SStrBuf *sb)
void rz_strbuf_free(SStrBuf *sb)
void rz_strbuf_init(SStrBuf *sb)
void out_printf(Output *out, char *str,...) __attribute__((format(printf
bool rz_strbuf_set(SStrBuf *sb, const char *s)
int rz_sys_setenv(const char *key, const char *value)
Set an environment variable in the calling process.
bool rz_strbuf_append(SStrBuf *sb, const char *s)
char * rz_sys_getenv(const char *key)
Get the value of an environment variable named key or NULL if none exists.
char * rz_strbuf_drain(SStrBuf *sb)
char * rz_strbuf_get(SStrBuf *sb)
void SStrBuf * rz_strbuf_new(const char *s)