From d0d576d61d65f7b42db1cc7331f1c7c9879e90e9 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 21 May 2010 15:31:37 +0200 Subject: final cleanup in documentation of library loader --- tests/library/test_loader.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tests') diff --git a/tests/library/test_loader.c b/tests/library/test_loader.c index ddcdbc5..50ed8db 100644 --- a/tests/library/test_loader.c +++ b/tests/library/test_loader.c @@ -44,10 +44,7 @@ int main( void ) { return EXIT_FAILURE; } - /* fetch a known function symbol (multiply_by_two), for the reasons why naive - * casting doesn't work, see: - * http://en.wikipedia.org/wiki/Dynamic_loading - */ + /* fetch a known function symbol (multiply_by_two) */ symbol = wolf_library_get_func( library, "multiply_by_two", &error ); if( error != WOLF_OK ) { fprintf( stderr, "Error %d fetching a function from the library: %s\n", -- cgit v1.2.3-54-g00ecf