• Jan Maria Matejka's avatar
    Lib: recursive printf · 64c5ad58
    Jan Maria Matejka authored
    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);
      ...
    }
    64c5ad58