USB device can now be unbind
[AROS.git] / compiler / stdc / __stdcio_init.c
blob3fabd09ff1e444f5364c43d8df6adfa52b1b411e
1 /*
2 Copyright © 2012-2018, The AROS Development Team. All rights reserved.
3 $Id$
5 Initialisation code for stdcio.library
6 */
7 #include <aros/symbolsets.h>
9 #include <proto/stdcio.h>
11 /* Set StdCBase offset */
12 const ULONG __aros_rellib_base_StdCBase = 0;
13 SETRELLIBOFFSET(StdCBase, struct StdCIOBase, StdCBase)