About
Contact
QtCreator
KDevelop
Solarized
1
#include
"stub.h"
2
3
int
foo
(
char
*
c
) {
4
printf
(
format:
""
);
5
__attribute__
((musttail))
return
puts
(
s:
c
);
6
}
7
8
int
main
(
) {
return
foo
(
c:
"a"
); }
9