110
110
/* The first element in the stack will be accessed for the last POP */
111
111
stack[0].low=stack[0].high=0;
114
114
ptr_cmp= size == sizeof(char*) && !((low - (char*) 0)& (sizeof(char*)-1));
116
116
/* The following loop sorts elements between high and low */