2 Copyright © 2012-2018, The AROS Development Team. All rights reserved.
5 Initialisation code for stdcio.library
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
)