blob: 8cb0d53840f3dc60d583fa1b72f95572d2148d11 [file] [log] [blame]
#include "test-tool.h"
#include "git-compat-util.h"
#include "thread-utils.h"
int cmd__online_cpus(int argc, const char **argv)
{
printf("%d\n", online_cpus());
return 0;
}