Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IntegralPilot/wasm_os
/ puts
Method
puts
stdlib/cpp/iostream.hpp:170–175 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
168
169
private:
170
void puts(const char* str) {
171
while (*str) {
172
putchar(*str);
173
str++;
174
}
175
}
176
};
177
178
ostream cout;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected