binaryninja/commercial/scc-docs/time.txt

14 lines
314 B
Plaintext
Raw Normal View History

2018-12-13 18:39:52 +00:00
time
====
:title: Shellcode Compiler Runtime
---------------------------------------------
time_t time(time_t* t);
---------------------------------------------
Returns the current time. If `t` is not `NULL`, the time is also stored into the pointer `t`.
See also
--------
link:gettimeofday.html[gettimeofday]