Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3688 → Rev 3689

/branches/dynload/uspace/lib/libtest/libtest.c
34,6 → 34,7
* @file
*/
 
#include <stdio.h>
#include "libtest.h"
 
static void kputint(unsigned i)
50,8 → 51,9
 
void test_func(void)
{
kputint(42);
while(1);
printf("Hello, this is 'test_func()' in libtest.so!\n");
// kputint(42);
// while(1);
}
 
/** @}