7 lines
56 B
C
Raw Normal View History

2024-07-09 14:46:46 +02:00
extern void three(void);
void two(void)
{
three();
}