2 Copyright © 2012-2013, The AROS Development Team. All rights reserved.
5 Get pointer to errno variable in stdc.library libbase.
6 This function is in both the static linklib and stdc.library.
8 #include <libraries/stdc.h>
10 int *__stdc_geterrnoptr(void)
12 return &(__aros_getbase_StdCBase()->_errno
);