1 #ifndef SOME_BROKEN_LIB_H 2 #define SOME_BROKEN_LIB_H 3 4 void do_something_with_pointers(int *ptr1, int *ptr2); 5 6 #endif // SOME_BROKEN_LIB_H 7
1 #ifndef SOME_BROKEN_LIB_H 2 #define SOME_BROKEN_LIB_H 3 4 void do_something_with_pointers(int *ptr1, int *ptr2); 5 6 #endif // SOME_BROKEN_LIB_H 7