2 Copyright © 1995-2014, The AROS Development Team. All rights reserved.
12 * Redirect debug output to stderr. This is especially
13 * needed on iOS where reading stdout is only possible with
14 * remote gdb, which is tied to XCode's own build system.
15 * On other unixes this won't hurt either.
21 ret
= fputc(chr
, stderr
);