<cstddef>


#include <stddef.h>

namespace std {
using ::ptrdiff_t; using ::size_t;
    };

Include the standard header <cstddef> to effectively include the standard header <stddef.h> within the std namespace.


See also the Table of Contents and the Index.

Copyright © 1992-1996 by P.J. Plauger. All rights reserved.