stackinfo.h 176 B

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