1 2 3 4 5 6 7 8 9 10 11
/* * Licensed under the LGPL v2.1 or later, see the file COPYING.LIB * in this tarball. */ #ifndef _STACKINFO_H #define _STACKINFO_H 1 #define _STACK_GROWS_DOWN 1 #endif