1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00
Jan Maria Matejka 64c5ad58d2 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);
  ...
}
2018-08-22 15:14:06 +02:00
..
2017-02-20 02:26:45 +01:00
2015-11-05 12:48:52 +01:00
2016-11-09 16:36:34 +01:00
2017-03-09 13:47:00 +01:00
2017-12-10 13:16:31 +01:00
2015-06-08 02:24:08 +02:00
2015-06-08 02:24:08 +02:00
2015-05-01 14:40:56 +02:00
2017-12-12 15:57:14 +01:00
2017-05-23 13:12:25 +02:00
2017-12-10 13:16:31 +01:00
2018-06-27 16:57:07 +02:00
2016-11-08 19:27:58 +01:00
2016-11-09 16:36:34 +01:00
2016-12-07 14:20:52 +01:00
2016-12-07 14:20:52 +01:00
2016-11-03 09:53:53 +01:00
2017-12-13 15:27:33 +01:00
2015-11-24 13:52:26 +01:00
2018-08-22 15:14:06 +02:00
2015-06-08 02:24:08 +02:00
2016-11-09 16:36:34 +01:00
2017-12-07 13:53:42 +01:00
2017-12-14 21:52:07 +01:00
2017-12-10 13:16:31 +01:00
2015-06-08 02:24:08 +02:00