diff options
author | root <root> | 2007-11-12 07:58:13 +0000 |
---|---|---|
committer | root <root> | 2007-11-12 07:58:13 +0000 |
commit | ea42db4da534aff7a623b651d9287644837b32e2 (patch) | |
tree | 135b00182f3bbffff9fdddf0feca72e57bbad613 /ev.pod | |
parent | 80b007e04bb3f75ae92cf173ccb6af0510b214ba (diff) |
*** empty log message ***
Diffstat (limited to 'ev.pod')
-rw-r--r-- | ev.pod | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -41,7 +41,9 @@ will not have this argument. =head1 TIME AND OTHER GLOBAL FUNCTIONS -Libev represents time as a single floating point number. This type is +Libev represents time as a single floating point number, representing the +(fractional) number of seconds since the (POSIX) epoch (somewhere near +the beginning of 1970, details are complicated, don't ask). This type is called C<ev_tstamp>, which is what you should use too. It usually aliases to the double type in C. |