#ifndef SOME_BROKEN_LIB_H #define SOME_BROKEN_LIB_H void do_something_with_pointers(int *ptr1, int *ptr2); #endif // SOME_BROKEN_LIB_H