Should I always include stddef.h if I use sizeof and size_t
- by yCalleecharan
Hi,
if I'm using the sizeof operator and making use of size_t in my code, do I have necessarily have to include stddef.h? I haven't included stddef.h, and my code compiles without warning with both MVS2008 and with Borland C++ BuilderX.
Thanks a lot...