Sign in
googlers
/
jrn
/
git
/
0c2ad00b3c5a822224265c2551844b2eafc89875
/
.
/
t
/
helper
/
test-online-cpus.c
blob: 06c09c6b886f843b2d3c6fdb8e00730afc7fe40b [
file
] [
log
] [
blame
]
#include
"git-compat-util.h"
#include
"thread-utils.h"
int
cmd_main
(
int
argc
,
const
char
**
argv
)
{
printf
(
"%d\n"
,
online_cpus
());
return
0
;
}