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