MCPcopy 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
3541static int puts(const char *s)
3542{
3543 if (fputs(s, stdout) < 0)
3544 return EOF;
3545 return fputc('\n', stdout);
3546}
3547
3548static int puts_unlocked(const char *s)
3549{

Callers 3

parseOptionsFunction · 0.85
main_2Function · 0.85
entryFunction · 0.85

Calls 2

fputsFunction · 0.85
fputcFunction · 0.85

Tested by

no test coverage detected