2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
5 Desc: autoinit library - arosc.library specific code
9 #include <aros/symbolsets.h>
10 #include "arosc_init.h"
12 static AROS_SET_LIBFUNC(__arosc_libopen
, struct Library
*, aroscbase
)
16 return arosc_internalinit();
21 static AROS_SET_LIBFUNC(__arosc_libclose
, struct Library
*, aroscbase
)
32 ADD2OPENLIB(__arosc_libopen
, 0);
33 ADD2CLOSELIB(__arosc_libclose
, 0);
35 ADD2LIBS("arosc.library", 39, struct Library
*, aroscbase
);