diff options
author | Jan Maria Matejka <mq@ucw.cz> | 2018-08-22 14:58:53 +0200 |
---|---|---|
committer | Jan Maria Matejka <mq@ucw.cz> | 2018-08-22 15:14:06 +0200 |
commit | 64c5ad58d276d8a0463aa9ad2b34f75b7d1f4108 (patch) | |
tree | 522a2ae0f16d4606d1f81021d42f9644060f5277 /doc | |
parent | 765f400f6b7ac054ddb4fcc4f5bec58f94d1bdd4 (diff) |
Lib: recursive printf
Use like this:
void func(const char *msg, va_list args) {
...
bvsnprintf(buf, len, "file %s, line %d: %V (foo %d, bar %d)", file, line, msg, &args, foo, bar);
...
}
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions