Sign in
akaros
/
upstream
/
7f74d27b2bdf12aaab5f9b6ad3b8eda2f2e9fe8c
/
.
/
tests
/
max_vcores.c
blob: b0ca780737d4abeadc4a5820482675f626f248da [
file
] [
log
] [
blame
]
#include
<stdlib.h>
#include
<stdio.h>
#include
<parlib/parlib.h>
#include
<parlib/vcore.h>
/* Ghetto, sets its retval to max_vc to communicate without pipes */
int
main
(
int
argc
,
char
**
argv
)
{
return
max_vcores
();
}