I have in lib.h:
#pragma once #include #include typedef struct LIB { int (*a1)(int); int (*a2)(int); } lib; int a1(int a, i