Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/GJDuck/e9patch
/ puts
Function
puts
examples/stdlib.c:3541–3546 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3539
}
3540
3541
static int puts(const char *s)
3542
{
3543
if (fputs(s, stdout) < 0)
3544
return EOF;
3545
return fputc(
'\n'
, stdout);
3546
}
3547
3548
static int puts_unlocked(const char *s)
3549
{
Callers
3
parseOptions
Function · 0.85
main_2
Function · 0.85
entry
Function · 0.85
Calls
2
fputs
Function · 0.85
fputc
Function · 0.85
Tested by
no test coverage detected