Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1080 → Rev 1081

/uspace/trunk/init/init.c
37,7 → 37,7
extern void utest(void *arg);
void utest(void *arg)
{
// printf("Uspace thread started.\n");
printf("Uspace thread started.\n");
for (;;)
;
}