psm 0.1.31

Portable Stack Manipulation: stack manipulation and introspection routines
Documentation
1
2
3
4
5
6
7
8
9
10
#define STACK_DIRECTION_ASCENDING 1
#define STACK_DIRECTION_DESCENDING 2


/*
Various defines for values produced by `-DCFG_TARGET_*` flags. Only needs to be mutually unique
*/
#define darwin 1
#define macos 2
#define ios 3