9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] curiosity ...
@ 2009-10-31  1:43 Bruce Ellis
  2009-10-31  3:51 ` Graham Gallagher
  0 siblings, 1 reply; 3+ messages in thread
From: Bruce Ellis @ 2009-10-31  1:43 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

try this ...

#include <u.h>
#include <libc.h>

void
main(void)
{
	memmove(nil, nil, 100);
	print("hello squid boy\n");
}

who would have thunk it?

brucee



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [9fans] curiosity ...
  2009-10-31  1:43 [9fans] curiosity Bruce Ellis
@ 2009-10-31  3:51 ` Graham Gallagher
  2009-10-31  8:58   ` Bruce Ellis
  0 siblings, 1 reply; 3+ messages in thread
From: Graham Gallagher @ 2009-10-31  3:51 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

i didn't think squid boy had a chance

On Sat, Oct 31, 2009 at 12:43 PM, Bruce Ellis <bruce.ellis@gmail.com> wrote:
> try this ...
>
> #include <u.h>
> #include <libc.h>
>
> void
> main(void)
> {
>        memmove(nil, nil, 100);
>        print("hello squid boy\n");
> }
>
> who would have thunk it?
>
> brucee
>
>



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [9fans] curiosity ...
  2009-10-31  3:51 ` Graham Gallagher
@ 2009-10-31  8:58   ` Bruce Ellis
  0 siblings, 0 replies; 3+ messages in thread
From: Bruce Ellis @ 2009-10-31  8:58 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

well it is halloween.

On Sat, Oct 31, 2009 at 2:51 PM, Graham Gallagher
<graham.gallagher@gmail.com> wrote:
> i didn't think squid boy had a chance
>
> On Sat, Oct 31, 2009 at 12:43 PM, Bruce Ellis <bruce.ellis@gmail.com> wrote:
>> try this ...
>>
>> #include <u.h>
>> #include <libc.h>
>>
>> void
>> main(void)
>> {
>>        memmove(nil, nil, 100);
>>        print("hello squid boy\n");
>> }
>>
>> who would have thunk it?
>>
>> brucee
>>
>>
>
>



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-10-31  8:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-31  1:43 [9fans] curiosity Bruce Ellis
2009-10-31  3:51 ` Graham Gallagher
2009-10-31  8:58   ` Bruce Ellis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).