DEBSOURCES
Skip Quicknav
sources / cgit / 1.2.3%2Bgit20221219.50.91f2590%2Bgit2.39.1-1 / git / t / helper / test-tool-utils.h
123456789
#ifndef TEST_TOOL_UTILS_H #define TEST_TOOL_UTILS_H struct test_cmd { const char *name; int (*fn)(int argc, const char **argv); }; #endif