MCPcopy Create free account
hub / github.com/coreutils/coreutils / emit_stdin_note

Function emit_stdin_note

src/system.h:740–746  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

738}
739
740static inline void
741emit_stdin_note (void)
742{
743 fputs (_("\n\
744With no FILE, or when FILE is -, read standard input.\n\
745"), stdout);
746}
747static inline void
748emit_mandatory_arg_note (void)
749{

Callers 15

usageFunction · 0.85
usageFunction · 0.85
usageFunction · 0.85
usageFunction · 0.85
usageFunction · 0.85
usageFunction · 0.85
usageFunction · 0.85
usageFunction · 0.85
usageFunction · 0.85
usageFunction · 0.85
usageFunction · 0.85
usageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected