binaryninja/scc-docs/time.txt
Giulio De Pasquale 52e9dc828b dindon
2018-12-13 18:39:52 +00:00

14 lines
314 B
Plaintext

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]