mingw: handle GITPERLLIB in t0021 in a Windows-compatible way
[git.git] / t / helper / test-online-cpus.c
blob06c09c6b886f843b2d3c6fdb8e00730afc7fe40b
1 #include "git-compat-util.h"
2 #include "thread-utils.h"
4 int cmd_main(int argc, const char **argv)
6 printf("%d\n", online_cpus());
7 return 0;