forked from Imagelibrary/binutils-gdb
Move putchar_filtered() to utils.c.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user