Re: [9fans] curiosity ...

2009-10-31 Thread Bruce Ellis
well it is halloween. On Sat, Oct 31, 2009 at 2:51 PM, Graham Gallagher wrote: > i didn't think squid boy had a chance > > On Sat, Oct 31, 2009 at 12:43 PM, Bruce Ellis wrote: >> try this ... >> >> #include >> #include >> >> void >> main(void) >> { >>        memmove(nil, nil, 100); >>        p

Re: [9fans] curiosity ...

2009-10-30 Thread Graham Gallagher
i didn't think squid boy had a chance On Sat, Oct 31, 2009 at 12:43 PM, Bruce Ellis wrote: > try this ... > > #include > #include > > void > main(void) > { >        memmove(nil, nil, 100); >        print("hello squid boy\n"); > } > > who would have thunk it? > > brucee > >

[9fans] curiosity ...

2009-10-30 Thread Bruce Ellis
try this ... #include #include void main(void) { memmove(nil, nil, 100); print("hello squid boy\n"); } who would have thunk it? brucee