Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2973 → Rev 2972

/branches/dynload/uspace/app/dltest/dltest.c
34,8 → 34,6
* @file
*/
 
#include <libtest.h>
 
void __io_init(void);
void __main(void);
void __exit(void);
63,8 → 61,6
int main(int argc, char *argv[])
{
test();
/* Unreachable, yet. Just to create a relocation entry */
test_func();
return 0;
}