MCPcopy Create free account
hub / github.com/GJDuck/e9patch / puts_unlocked

Function puts_unlocked

examples/stdlib.c:3548–3553  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3546}
3547
3548static int puts_unlocked(const char *s)
3549{
3550 if (fputs_unlocked(s, stdout) < 0)
3551 return EOF;
3552 return fputc_unlocked('\n', stdout);
3553}
3554
3555static size_t fwrite_unlocked(const void *ptr, size_t size, size_t nmemb,
3556 FILE *stream)

Callers

nothing calls this directly

Calls 2

fputs_unlockedFunction · 0.85
fputc_unlockedFunction · 0.85

Tested by

no test coverage detected