Sign in
akaros
/
upstream
/
8cb496b8f2f8f8471c156b43424d8ccf77e672d6
/
.
/
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
();
}