t/helper: stop using `the_index`
[git.git] / t / helper / test-online-cpus.c
blob47dc21171125cde0bd67877517b53a26e8a289eb
1 #include "test-tool.h"
2 #include "git-compat-util.h"
3 #include "thread-utils.h"
5 int cmd__online_cpus(int argc UNUSED, const char **argv UNUSED)
7 printf("%d\n", online_cpus());
8 return 0;