Sign in
gnu
/
binutils-gdb
/
carlton_dictionary-branch
/
.
/
gdb
/
testsuite
/
gdb.mi
/
mi-console.c
blob: f0f2016efdfdc40b4eb1144ed152137b04414078 [
file
] [
log
] [
blame
]
void
hello
()
{
char
*
hello
=
"Hello \\\"!\r\n"
;
int
i
;
for
(
i
=
0
;
hello
[
i
];
i
++)
write
(
1
,
hello
+
i
,
1
);
}
int
main
()
{
hello
();
}
/*
Local variables:
change-log-default-name: "ChangeLog-mi"
End:
*/