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