MCPcopy Create free account
hub / github.com/IntegralPilot/wasm_os / system

Function system

stdlib/cpp/cstdlib.hpp:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9namespace std {
10
11int system(const char* command) {
12 return runapp(command);
13}
14
15void srand(unsigned int seed) {
16 seedrng((long int*)&seed);

Callers 1

_startFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected