index
:
compiler-explorer
local
main
compiler explorer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ast
/
ctime.cpp
blob: 4bd9f28681b1059c134bbe88e620cd5dde1ddaf0 (
plain
)
1
2
3
4
5
#include
<ctime>
clock_t
myClock
()
{
return
clock
();
}