About
Contact
QtCreator
KDevelop
Solarized
1
#include
"a.h"
2
#include
<stdio.h>
3
int
main
(
)
4
{
5
printf
(
format:
"%d\n"
,
foo
());
6
}
7