2023-05-23 16:38:00 +02:00

7 lines
56 B
C

extern void three(void);
void two(void)
{
three();
}