#ifndef __API_DEBUG_H__ #define __API_DEBUG_H__ typedef int (*libapi_print_fn_t)(const char *, ...); void libapi_set_print(libapi_print_fn_t warn, libapi_print_fn_t info, libapi_print_fn_t debug); #endif /* __API_DEBUG_H__ */Overall Contributors
Person | Tokens | Prop | Commits | CommitProp | |
jiri olsa | jiri olsa | 36 | 100.00% | 1 | 100.00% |
Total | 36 | 100.00% | 1 | 100.00% |