1#ifndef SOME_BROKEN_LIB_H2#define SOME_BROKEN_LIB_H3 4void do_something_with_pointers(int *ptr1, int *ptr2);5 6#endif // SOME_BROKEN_LIB_H7