2 Copyright © 1995-2005, The AROS Development Team. All rights reserved.
5 Desc: autoinit library - automatic library opening/closing handling
6 Dummy functions to be used in case no libraries have to be opened/closed
10 #include <aros/symbolsets.h>
14 int set_open_libraries_list(const void *list
[]) __attribute__ ((weak
));
15 void set_close_libraries_list(const void *list
[]) __attribute__ ((weak
));
17 int set_open_libraries_list(const void *list
[])
22 void set_close_libraries_list(const void *list
[])