Files
clearn/endlos.c

9 lines
55 B
C
Raw Normal View History

2017-02-07 20:03:49 +00:00
void xx( int x)
{
xx(1);
}
void main(void)
{
xx(1);
}