Files
graphene/LibOS/shim/test/native/system.c

8 lines
100 B
C

#include <stdlib.h>
int main(int argc, char ** argv)
{
system("./helloworld");
return 0;
}