#ifdef GIMME_A_K

#ifndef K_H
#define K_H
const int k = 42;
#endif

#endif