Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2972 → Rev 2973

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