2024-12-10 20:28:30 +01:00

10 lines
84 B
C

#include <stddef.h>
extern int c;
int i;
void ii(const int h) {
i = h + c;
}