10 lines
84 B
C
10 lines
84 B
C
#include <stddef.h>
|
|
|
|
extern int c;
|
|
|
|
int i;
|
|
|
|
void ii(const int h) {
|
|
i = h + c;
|
|
}
|