Date: 08/15/06 (Code WTF) Keywords: no keywords
void get_tomorrow_date( struct timeval *date ){ sleep( 86400 ); // 60 * 60 * 24 gettimeofday( date, 0 );}
Source: http://community.livejournal.com/code_wtf/45892.html