<head><title>ColdC: Function/Method Reference: mtime()</title></head> <body> <h1 align=center><a href="/ColdC/">ColdC</a>: <a href="/ColdC/Functions/">Function/Method Reference</a>: mtime()</h1> <hr> <p> <font size=+1><i>INTEGER</i> <b>mtime</b>()</font> <p>If your system does not have the C function <code>gettimeofday()</code> then this function will return <code>-1</code>. If it does, this function will return the current microseconds, from the C structure <code>struct timeval</code>. This is useful in certain situations, but in general its granularity is too fine for most cases. <p><hr size=4><p align=center><i>Last Modified on 23 Mar 1996</i> <br><i>Copyright © 1995, 1996, Brandon Gillespie</i> </body>