Move putchar_filtered() to utils.c.
This commit is contained in:
parent
74c1b268c6
commit
d1f4cff847
5 changed files with 20 additions and 14 deletions
|
@ -19,11 +19,3 @@
|
|||
#include "defs.h"
|
||||
#include "cli/cli-utils.h"
|
||||
|
||||
/* Write character C to gdb_stdout using GDB's paging mechanism and return C.
|
||||
May return nonlocally. */
|
||||
|
||||
int
|
||||
putchar_filtered (int c)
|
||||
{
|
||||
return fputc_filtered (c, gdb_stdout);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue