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

Function bad_cast

src/system.h:917–921  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

915}
916
917static inline char *
918bad_cast (char const *s)
919{
920 return (char *) s;
921}
922
923/* Return a boolean indicating whether SB->st_size is defined. */
924static inline bool

Callers 6

mainFunction · 0.85
mainFunction · 0.85
tee_filesFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
cksum.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected