In C programming, a source code file that contains common definitions and data structures that all programmers may use as required. Also called "include files," because the #include statement is used ...
A question came up in another forum that made me realize I must have landed to many headers on my head...<BR><BR>Someone is trying to set a breakpoint in a header (something.h) file (gcc/gdb/Dev-C++).