Sign in
googlers
/
jrn
/
git
/
1f764f054cfc51991e23bb2e36791abd9e72eaec
/
.
/
t
/
helper
/
test-online-cpus.c
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
;
}