<ctime>
#include <time.h> namespace std { using ::clock_t; using ::size_t; using ::time_t; using ::tm; using ::asctime; using ::clock; using ::ctime; using ::difftime; using ::gmtime; using ::localtime; using ::mktime; using ::strftime; using ::time; };
Include the standard header <ctime>
to effectively include the standard header
<time.h>
within the
std
namespace.
See also the Table of Contents and the Index.
Copyright © 1992-1996 by P.J. Plauger. All rights reserved.