- To: Some Linux Users Group <slug@xxxxxxxxxxx>
- Subject: Re: [SLUG] Unix Giga-Party
- From: James Wilkinson <jamesw@xxxxxxxxxxxxxxxxxxx>
- Date: Wed Feb 14 23:59:02 2001
- Reply-to: James Wilkinson <jamesw@xxxxxxxxxxxxxxxxxxx>
- User-agent: Mutt/1.3.12i
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_/_