Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
namespace std {
10
11
int system(const char* command) {
12
return runapp(command);
13
}
14
15
void srand(unsigned int seed) {
16
seedrng((long int*)&seed);
Callers
1
_start
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected