2024-07-09 14:46:46 +02:00

7 lines
52 B
C

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