#include <stddef.h>

extern int c;

int i;

void ii(const int h) {
    i = h + c;
}