Changed default drawer dimensions to show approximately two rows of
[AROS.git] / compiler / stdc / __stdc_getsigngamptr.c
blob9f89bdbfd86639f72478a5baaf03c926bfef9505
1 /*
2 Copyright © 2013, The AROS Development Team. All rights reserved.
3 $Id$
5 Get pointer to errno variable in stdc.library libbase.
6 This function is both in static linklib as in stdc.library.
7 */
8 #include <libraries/stdc.h>
10 int *__stdc_getsigngamptr(void)
12 return &(__aros_getbase_StdCBase()->_signgam);