projects
/
akaros.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
arena: Connecting importers with sources
[akaros.git]
/
tests
/
max_vcores.c
1
#include <stdlib.h>
2
#include <stdio.h>
3
#include <parlib/parlib.h>
4
#include <parlib/vcore.h>
5
6
/* Ghetto, sets its retval to max_vc to communicate without pipes */
7
int main(int argc, char** argv)
8
{
9
return max_vcores();
10
}