Plan 9 from User Space's /usr/local/plan9/src/libthread/test/thello.c

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

void
threadmain(int argc, char **argv)
{
	print("hello, world\n");
}


Space Glenda

Copyright © 2005 Lucent Technologies, Russ Cox, MIT.
See license for details.