Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/nss/buf.h
blob: 0767df1725fa2269c98f973767292e6e06393788 (plain)
1
2
int write_buf(char** buf, size_t * buflen, const char* val);
int format_buf(char** buf, size_t* buflen, const char* fmt, ...);