#include <stdio.h> #include <stdarg.h> #include "debug.h" #include "debug-internal.h"
static int __base_pr(const char *format, ...) { va_list args; int err; va_start(args, format); err = vfprintf(stderr, format, args); va_end(args); return err; }Contributors
Person | Tokens | Prop | Commits | CommitProp | |
jiri olsa | jiri olsa | 45 | 100.00% | 1 | 100.00% |
Total | 45 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
jiri olsa | jiri olsa | 26 | 100.00% | 1 | 100.00% |
Total | 26 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
jiri olsa | jiri olsa | 96 | 100.00% | 1 | 100.00% |
Total | 96 | 100.00% | 1 | 100.00% |