My guess is stddef.h is a library you also need to give lcc a switch to. For example, when I try to use the curses library with gcc, I have to type 'gcc -lncurses program.C' Check the stddef.h docs. Or is it a much more standard library than curses? If so, I am unsure what to do; I have not used lcc much....
|