MCPcopy Index your code
hub / github.com/git/git / mput_char

Function mput_char

help.h:18–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16void cmdnames_release(struct cmdnames *cmds);
17
18static inline void mput_char(char c, unsigned int num)
19{
20 while (num--)
21 putchar(c);
22}
23
24void list_common_cmds_help(void);
25void list_all_cmds_help(int show_external_commands, int show_aliases);

Callers 1

print_command_listFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected