Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3551 → Rev 3552

/branches/dynload/uspace/app/dltest/dltest.c
66,13 → 66,13
 
int main(int argc, char *argv[])
{
kputint(-1);
// kputint(-1);
/* kputint(0x100);
printf("Hello from dltest!\n");
kputint(0x200);
while(1);*/
printf("Hello from dltest!\n");
while(1);
// while(1);
return 0;
}