This one time, at band camp, Jeff Waugh said:
><quote who="Herbert Xu">
>
>> Bloat! Try
>> 
>> date -d '1970/01/01 utc + 1000000000 sec'    
>
>I was hoping to receive a few more contributions! :)

#include <time.h>
#include <stdio.h>

void main() {
        time_t time = 1000000000;
        puts(ctime(&time));
}

Dammit, the binary still comes out to be 3k after stripping.

-- 
      "Fear leads to anger. Anger leads to hate. Hate leads to using
(o_ ' Windows NT for mission-critical applications." 
//\   -- What Yoda *meant* to say, Devin L. Ganger, scary.devil.monastery
v_/_  

-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to