14 lines
314 B
Plaintext
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]
|