#include "licznik.h" #include int main() { licznik a; a.set(10); a.inc(); printf("%d\n",a.getval()); return 0; }