According to the C standard, 7.23.2.4:
7.23.2.4 The time function
Synopsis
#include <time.h>
time_t time(time_t *timer);
The Linux manual says:
CONFORMING TO
SVr4, 4.3BSD, C89, C99, POSIX.1-2001.
However, it's not working in https://codereview.qt-project.org/81697. The CI
says:
main.cpp(110) : error C3861: 'time': identifier not found
http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_03592/wince70embedded-armv4i-msvc2008_Windows_7/log.txt.gz
What gives? Where is time() defined for WinCE?
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development