7 lines
63 B
C
Raw Normal View History

2024-07-09 14:46:46 +02:00
void circular2(void);
void circular1(void)
{
circular2();
}