2024-04-14 22:45:38 +02:00

7 lines
58 B
C

extern int b2(void);
int c2(void)
{
return b2() + 1;
}